Loading ares/ares_getopt.h +6 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,12 @@ int ares_getopt(int nargc, char * const nargv[], const char *ostr); #if defined(WATT32) #undef optarg #undef optind #undef opterr #endif extern char *optarg; extern int optind; extern int opterr; Loading Loading
ares/ares_getopt.h +6 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,12 @@ int ares_getopt(int nargc, char * const nargv[], const char *ostr); #if defined(WATT32) #undef optarg #undef optind #undef opterr #endif extern char *optarg; extern int optind; extern int opterr; Loading