]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(parse_long_options): Change prototype: the authors
authorJim Meyering <jim@meyering.net>
Sat, 18 Oct 2003 08:11:19 +0000 (08:11 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 18 Oct 2003 08:11:19 +0000 (08:11 +0000)
string is moved to the end and becomes variadic.

lib/long-options.h

index e89b3512de75ed447dd4bfa716cd7cc6a1214c30..50f0c34e1010c400bfeedefe4dc51f5ecc9490db 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),
+                        /* const char *author1, ...*/ ...);