summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Radi <phanto@php.net>2002-12-01 19:55:48 +0000
committerHarald Radi <phanto@php.net>2002-12-01 19:55:48 +0000
commitb460dfc04237a9081a2310aa674e2dcd34b07b09 (patch)
treec2b70de3054e04ed4542e9ecaafac92e245bccde
parent9d5e55f790b190bc1e206ca6b8d5656db509dc54 (diff)
downloadphp-git-b460dfc04237a9081a2310aa674e2dcd34b07b09.tar.gz
initial checkin
-rw-r--r--sapi/milter/php_getopt.h7
1 files changed, 7 insertions, 0 deletions
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);