diff options
Diffstat (limited to 'sapi/cgi/php_getopt.h')
-rw-r--r-- | sapi/cgi/php_getopt.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sapi/cgi/php_getopt.h b/sapi/cgi/php_getopt.h deleted file mode 100644 index 3b1356d6cd..0000000000 --- a/sapi/cgi/php_getopt.h +++ /dev/null @@ -1,9 +0,0 @@ -/* Borrowed from Apache NT Port */ -#include "php.h" - -extern char *ap_php_optarg; -extern int ap_php_optind; -extern int ap_php_opterr; -extern int ap_php_optopt; - -int ap_php_getopt(int argc, char* const *argv, const char *optstr); |