(parse_long_options): Update prototype.

This commit is contained in:
Jim Meyering
2003-09-18 18:13:44 +00:00
parent 6e1f55d40f
commit ac58291e4d
+2 -2
View File
@@ -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),
...);