summaryrefslogtreecommitdiff
path: root/libfshelp/fshelp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libfshelp/fshelp.h')
-rw-r--r--libfshelp/fshelp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libfshelp/fshelp.h b/libfshelp/fshelp.h
index 50532166..9218b1e6 100644
--- a/libfshelp/fshelp.h
+++ b/libfshelp/fshelp.h
@@ -232,7 +232,7 @@ struct argp; /* Include <argp.h> to get the real thing. */
/* Invoke ARGP with data from DATA & LEN, in the standard way. */
error_t fshelp_set_options (struct argp *argp, int flags,
- char *argz, size_t argz_len, void *input);
+ const char *argz, size_t argz_len, void *input);
/* Standardized filesystem permission checking */