cu_mount_getoptionvalue: mark keyword as const
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 5 Mar 2016 21:55:21 +0000 (22:55 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 5 Mar 2016 21:55:21 +0000 (22:55 +0100)
src/utils_mount.c
src/utils_mount.h

index 014620c..03f41ad 100644 (file)
@@ -798,7 +798,7 @@ cu_mount_checkoption(char *line, const char *keyword, int full)
 } /* char *cu_mount_checkoption(char *line, char *keyword, int full) */
 
 char *
-cu_mount_getoptionvalue(char *line, char *keyword)
+cu_mount_getoptionvalue(char *line, const char *keyword)
 {
        char *r;
 
@@ -820,7 +820,7 @@ cu_mount_getoptionvalue(char *line, char *keyword)
                }
        }
        return r;
-} /* char *cu_mount_getoptionvalue(char *line, char *keyword) */
+} /* char *cu_mount_getoptionvalue(char *line, const char *keyword) */
 
 int
 cu_mount_type(const char *type)
index 78bb733..0a5c980 100644 (file)
@@ -153,7 +153,7 @@ char *cu_mount_checkoption(char *line, const 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