(parse_long_options): Update prototype.
authorJim Meyering <jim@meyering.net>
Thu, 18 Sep 2003 18:13:44 +0000 (18:13 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 18 Sep 2003 18:13:44 +0000 (18:13 +0000)
lib/long-options.h

index e89b351..78a33a3 100644 (file)
@@ -22,5 +22,5 @@ void parse_long_options (int _argc,
                         const char *_command_name,
                         const char *_package,
                         const char *_version,
-                        const char *_authors,
-                        void (*_usage) (int));
+                        void (*_usage) (int),
+                        ...);