aboutsummaryrefslogtreecommitdiffstats
path: root/lib/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/helper.c')
-rw-r--r--lib/helper.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/helper.c b/lib/helper.c
index bb02a3a..d61aaec 100644
--- a/lib/helper.c
+++ b/lib/helper.c
@@ -156,10 +156,14 @@ static const struct fuse_opt fuse_helper_opts[] = {
FUSE_OPT_END
};
-static int fuse_helper_opt_proc(void *data, const char *arg, int key)
+static int fuse_helper_opt_proc(void *data, const char *arg, int key,
+ int *argcp, char **argvp[])
{
struct helper_opts *hopts = data;
+ (void) argcp;
+ (void) argvp;
+
switch (key) {
case KEY_HELP:
case KEY_HELP_NOHEADER: