From 1bd3e749e2f001b333f49fd6d8b358714f2ef09f Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 6 Oct 2003 20:30:17 +0000 Subject: Merge version-etc-2 back into version-etc: Better way to internationalize the "Written by ..." sentence. --- lib/long-options.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/long-options.h') 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, ...*/ ...); -- cgit v1.2.1