Skip to content

Commit b460dfc

Browse files
author
Harald Radi
committed
initial checkin
1 parent 9d5e55f commit b460dfc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sapi/milter/php_getopt.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/* Borrowed from Apache NT Port */
2+
#include "php.h"
3+
4+
extern char *ap_php_optarg;
5+
extern int ap_php_optind;
6+
7+
int ap_php_getopt(int argc, char* const *argv, const char *optstr);

0 commit comments

Comments
 (0)