initial checkin

This commit is contained in:
Harald Radi 2002-12-01 19:55:48 +00:00
parent 9d5e55f790
commit b460dfc042

7
sapi/milter/php_getopt.h Normal file
View File

@ -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);