summaryrefslogtreecommitdiff
path: root/sapi/isapi/stresstest/getopt.h
blob: 6d4139bfe0dca325c06defc6d067621dc459fb68 (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