diff options
Diffstat (limited to 'libfshelp/set-options.c')
-rw-r--r-- | libfshelp/set-options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libfshelp/set-options.c b/libfshelp/set-options.c index 77cdba15..a627b841 100644 --- a/libfshelp/set-options.c +++ b/libfshelp/set-options.c @@ -32,7 +32,7 @@ /* Invoke ARGP with data from DATA & LEN, in the standard way. */ error_t -fshelp_set_options (struct argp *argp, int flags, +fshelp_set_options (const struct argp *argp, int flags, const char *argz, size_t argz_len, void *input) { int argc = argz_count (argz, argz_len); |