php-src/sapi/cgi/php_getopt.h

8 lines
176 B
C
Raw Normal View History

/* Borrowed from Apache NT Port */
#include "php.h"
2000-02-10 16:44:59 +00:00
extern char *ap_php_optarg;
extern int ap_php_optind;
2000-02-10 16:44:59 +00:00
int ap_php_getopt(int argc, char* const *argv, const char *optstr);