summaryrefslogtreecommitdiff
path: root/sapi/isapi/stresstest/getopt.h
blob: a3e278e3a60d8f43ecd9404ba008fefc9346860c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* 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