blob: 14459cd764f380eacc3e598cefc0bea1c94d3a85 [file] [log] [blame]
#undef __P
#if defined (__STDC__) && __STDC__
#define __P(args) args
#else
#define __P(args) ()
#endif
void parse_long_options __P ((int _argc, char **_argv,
void (*_version) (void),
void (*_usage) (int)));