diff options
author | SVN Migration <svn@php.net> | 2002-07-07 23:03:44 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2002-07-07 23:03:44 +0000 |
commit | 6befc001c9c6fdd85d1b3717201d2ba457ca33e0 (patch) | |
tree | 31c32d6fb48a15932d3c279ae3c48c077c498764 /sapi/cgi/php_getopt.h | |
parent | f8875adaab9fe973ab798ead093e21972ed43a13 (diff) | |
download | php-git-INITIAL_IMPORT_SOURCEFORGE.tar.gz |
This commit was manufactured by cvs2svn to create tagINITIAL_IMPORT_SOURCEFORGE
'INITIAL_IMPORT_SOURCEFORGE'.
Diffstat (limited to 'sapi/cgi/php_getopt.h')
-rw-r--r-- | sapi/cgi/php_getopt.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sapi/cgi/php_getopt.h b/sapi/cgi/php_getopt.h deleted file mode 100644 index 40da432b59..0000000000 --- a/sapi/cgi/php_getopt.h +++ /dev/null @@ -1,7 +0,0 @@ -/* Borrowed from Apache NT Port */ -#include "php.h" - -extern char *ap_php_optarg; -extern int ap_php_optind; - -int ap_php_getopt(int argc, char* const *argv, const char *optstr); |