From 756e1f4d2870bc55c2e912f8a07d37ab352e7e64 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 1 Apr 1996 19:21:37 +0000 Subject: (netfs_parse_runtime_options): Pass new arg to arg_parse. --- libnetfs/parse-runtime-options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libnetfs/parse-runtime-options.c') 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); } -- cgit v1.2.3