mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
src/3rdparty: Add missing externs in bsd-getopt-long.h
This commit is contained in:
parent
982d3b56a1
commit
c1598a33c4
1 changed files with 6 additions and 0 deletions
6
src/3rdparty/bsd-getopt-long.h
vendored
6
src/3rdparty/bsd-getopt-long.h
vendored
|
@ -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);
|
||||
|
||||
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
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue