summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/sort/long-options.h
blob: aaee35ba63da5f72465209304097cc6b60bb69be (plain)
1
2
3
4
5
6
7
8
9
10
11
/* $FreeBSD$ */
#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 *_version_string, void (*_usage) (int)));
OpenPOWER on IntegriCloud