diff options
-rw-r--r-- | lib/long-options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/long-options.h b/lib/long-options.h index e89b3512d..78a33a389 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), + ...); |