diff options
| author | xtraeme <xtraeme@NetBSD.org> | 2007-04-17 00:23:23 +0000 |
|---|---|---|
| committer | xtraeme <xtraeme@NetBSD.org> | 2007-04-17 00:23:23 +0000 |
| commit | 5ebefbd7c92b6c276330bc3200ca024bce093957 (patch) | |
| tree | 252aba103e8fcf8e1bf214fe645241956ad7b7f0 /lib/librefuse | |
| parent | b1f8749808bd5bda7d2f6526525dd7518a7e87cc (diff) | |
Sync comments with reality.
Diffstat (limited to 'lib/librefuse')
| -rw-r--r-- | lib/librefuse/refuse_opt.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/librefuse/refuse_opt.c b/lib/librefuse/refuse_opt.c index 1781fa46419..a1b2b0e03f9 100644 --- a/lib/librefuse/refuse_opt.c +++ b/lib/librefuse/refuse_opt.c @@ -1,4 +1,4 @@ -/* $NetBSD: refuse_opt.c,v 1.6 2007/04/17 00:20:52 xtraeme Exp $ */ +/* $NetBSD: refuse_opt.c,v 1.7 2007/04/17 00:23:23 xtraeme Exp $ */ /*- * Copyright (c) 2007 Juan Romero Pardines. @@ -67,13 +67,14 @@ static int fuse_opt_popt(struct fuse_opt_option *, const struct fuse_opt *); * * The following functions always return 0: * - * int fuse_opt_add_arg(struct fuse_args *, const char *); * int fuse_opt_add_opt(char **, const char *); - * void fuse_opt_free_args(struct fuse_args *); - * int fuse_opt_insert_arg(struct fuse_args *, const char *); * * We implement the next ones: * + * int fuse_opt_add_arg(struct fuse_args *, const char *); + * int fuse_opt_add_opt(char **, const char *); + * void fuse_opt_free_args(struct fuse_args *); + * int fuse_opt_insert_arg(struct fuse_args *, const char *); * int fuse_opt_match(const struct fuse_opt *, const char *); * int fuse_opt_parse(struct fuse_args *, void *, * const struct fuse_opt *, fuse_opt_proc_t); |
