2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 15:21:32 +00:00

Added missing prototype

This commit is contained in:
Michael Brown 2006-12-08 00:21:08 +00:00
parent be0cd1cddd
commit 1e4a838f55

View File

@ -51,6 +51,7 @@ extern char *optarg;
extern int optind;
extern int optopt;
extern void reset_getopt();
extern int getopt_long ( int argc, char * const argv[], const char *optstring,
const struct option *longopts, int *longindex );