From b460dfc04237a9081a2310aa674e2dcd34b07b09 Mon Sep 17 00:00:00 2001 From: Harald Radi Date: Sun, 1 Dec 2002 19:55:48 +0000 Subject: [PATCH] initial checkin --- sapi/milter/php_getopt.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sapi/milter/php_getopt.h 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); -- 2.50.1