src/3rdparty: Add missing externs in bsd-getopt-long.h

This commit is contained in:
Tim Wojtulewicz 2022-03-04 05:38:46 +00:00 committed by Tim Wojtulewicz
parent 982d3b56a1
commit c1598a33c4

View file

@ -97,6 +97,12 @@ int pure_getopt_long_only(int nargc, char * const *nargv,
int pure_getopt(int nargc, char * const *nargv, const char *options); int pure_getopt(int nargc, char * const *nargv, const char *options);
extern const char *pure_optarg; /* getopt(3) external variables */
extern int pure_opterr;
extern int pure_optind;
extern int pure_optopt;
extern int pure_optreset;
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif