From: Jim Meyering Date: Thu, 18 Sep 2003 18:13:44 +0000 (+0000) Subject: (parse_long_options): Update prototype. X-Git-Tag: v5.1.0~587 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac58291e4d9d528512e99a809d91bc26a2f3dc49;p=thirdparty%2Fcoreutils.git (parse_long_options): Update prototype. --- diff --git a/lib/long-options.h b/lib/long-options.h index e89b3512de..78a33a3890 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), + ...);