X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Futils_mount.h;h=0a5c980f39be58cd87df3d06667e220677d788af;hb=6fd0d2574fc386c2724c8307d33b12529b30048b;hp=ef0bf75912bbf9941848ad1b1d52addc2963805e;hpb=8fc1bf9987ab1aa8cef8c3125da82de59d93efb1;p=collectd.git diff --git a/src/utils_mount.h b/src/utils_mount.h index ef0bf759..0a5c980f 100644 --- a/src/utils_mount.h +++ b/src/utils_mount.h @@ -113,12 +113,12 @@ void cu_mount_freelist(cu_mount_t *list); allocated by *list and *list itself as well. */ -char *cu_mount_checkoption(char *line, char *keyword, int full); +char *cu_mount_checkoption(char *line, const char *keyword, int full); /* DESCRIPTION The cu_mount_checkoption() function is a replacement of char *hasmntopt(const struct mntent *mnt, const char *opt). - In fact hasmntopt() just looks for the first occurence of the + In fact hasmntopt() just looks for the first occurrence of the characters at opt in mnt->mnt_opts. cu_mount_checkoption() checks for the *option* keyword in line, starting at the first character of line or after a ','. @@ -153,7 +153,7 @@ char *cu_mount_checkoption(char *line, char *keyword, int full); maybe you might want to try cu_mount_getoptionvalue()... */ -char *cu_mount_getoptionvalue(char *line, char *keyword); +char *cu_mount_getoptionvalue(char *line, const char *keyword); /* DESCRIPTION The cu_mount_getoptionvalue() function can be used to grab