1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-13 23:36:10 +02:00

(parse_long_options): Update prototype.

This commit is contained in:
Jim Meyering
2003-09-18 18:13:44 +00:00
parent 6e1f55d40f
commit ac58291e4d

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),
...);