From 33924e73065b1b42762e584c855726641bf82725 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 18 Oct 2003 08:11:19 +0000 Subject: [PATCH] (parse_long_options): Change prototype: the authors string is moved to the end and becomes variadic. --- lib/long-options.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/long-options.h b/lib/long-options.h index e89b3512de..50f0c34e10 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, ...*/ ...); -- 2.47.2