summaryrefslogtreecommitdiff
path: root/lib/long-options.h
blob: 44d80f5ee55b5dfd2d49079eb4ee074a3f2c8216 (plain)
1
2
3
4
5
6
7
8
9
10
11
#undef __P
#if defined (__STDC__) && __STDC__
# define __P(Args) Args
#else
# define __P(Args) ()
#endif

void
  parse_long_options __P ((int _argc, char **_argv, const char *_command_name,
			   const char *_package,
			   const char *_version, void (*_usage) (int)));