php-src/sapi/isapi/stresstest/getopt.h
2002-02-02 23:17:10 +00:00

12 lines
213 B
C

/* Borrowed from Apache NT Port */
#ifdef __cplusplus
extern "C" {
#endif
extern char *ap_optarg;
extern int ap_optind;
int ap_getopt(int argc, char* const *argv, const char *optstr);
#ifdef __cplusplus
}
#endif