summaryrefslogtreecommitdiff
path: root/lib/long-options.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-10-18 08:11:19 +0000
committerJim Meyering <jim@meyering.net>2003-10-18 08:11:19 +0000
commit33924e73065b1b42762e584c855726641bf82725 (patch)
tree0da3962b9396b3546ba00b21baa14bc255441952 /lib/long-options.h
parentcb822ba93f7747ca285c0eb91196495fbbf2d629 (diff)
downloadcoreutils-33924e73065b1b42762e584c855726641bf82725.tar.xz
(parse_long_options): Change prototype: the authors
string is moved to the end and becomes variadic.
Diffstat (limited to 'lib/long-options.h')
-rw-r--r--lib/long-options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/long-options.h b/lib/long-options.h
index e89b3512d..50f0c34e1 100644
--- a/lib/long-options.h
+++ b/lib/long-options.h
@@ -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, ...*/ ...);