diff options
author | Miles Bader <miles@gnu.org> | 1996-04-01 19:21:37 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-04-01 19:21:37 +0000 |
commit | 756e1f4d2870bc55c2e912f8a07d37ab352e7e64 (patch) | |
tree | 0ea34818489b30795646efcc992ae7b336e31865 /libnetfs | |
parent | 23e1eeb82c596686a8feec9ae93030ea27004b2e (diff) |
(netfs_parse_runtime_options): Pass new arg to arg_parse.
Diffstat (limited to 'libnetfs')
-rw-r--r-- | libnetfs/parse-runtime-options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetfs/parse-runtime-options.c b/libnetfs/parse-runtime-options.c index dae6c597..1a179736 100644 --- a/libnetfs/parse-runtime-options.c +++ b/libnetfs/parse-runtime-options.c @@ -26,5 +26,5 @@ netfs_parse_runtime_options (int argc, char **argv, { return argp_parse (standard_argp, argc, argv, ARGP_NO_ERRS | ARGP_NO_HELP | ARGP_PARSE_ARGV0, - 0); + 0, 0); } |