From: Harald Radi Date: Sun, 1 Dec 2002 19:55:48 +0000 (+0000) Subject: initial checkin X-Git-Tag: RELEASE_1_0b3~219 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b460dfc04237a9081a2310aa674e2dcd34b07b09;p=php initial checkin --- diff --git a/sapi/milter/php_getopt.h b/sapi/milter/php_getopt.h new file mode 100644 index 0000000000..40da432b59 --- /dev/null +++ b/sapi/milter/php_getopt.h @@ -0,0 +1,7 @@ +/* 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);