diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-12 22:38:09 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-12 22:38:09 +0000 |
commit | 6f81aee6d70b6385520cab0030f2bfec157a2ca0 (patch) | |
tree | 957d260834b19ebfdfe8fa20d7513a22476f9ad1 /lib/libfuse | |
parent | 61e80d460049567b8b0c608bd2b696cebc316170 (diff) |
style
Diffstat (limited to 'lib/libfuse')
-rw-r--r-- | lib/libfuse/fuse_opt.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libfuse/fuse_opt.c b/lib/libfuse/fuse_opt.c index d1bce56a78b..fbc1a0de2ed 100644 --- a/lib/libfuse/fuse_opt.c +++ b/lib/libfuse/fuse_opt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fuse_opt.c,v 1.1 2013/06/12 22:36:06 tedu Exp $ */ +/* $OpenBSD: fuse_opt.c,v 1.2 2013/06/12 22:38:08 tedu Exp $ */ /* * Copyright (c) 2013 Sylvestre Gallon <ccna.syl@gmail.com> * @@ -62,7 +62,8 @@ fuse_opt_add_arg(struct fuse_args *args, const char *name) return (0); } -int fuse_opt_parse(struct fuse_args *args, void *data, struct fuse_opt *opt, +int +fuse_opt_parse(struct fuse_args *args, void *data, struct fuse_opt *opt, fuse_opt_proc_t f) { const char *arg; |