mirror of
https://github.com/php/php-src.git
synced 2024-11-27 20:03:40 +08:00
initial checkin
This commit is contained in:
parent
9d5e55f790
commit
b460dfc042
7
sapi/milter/php_getopt.h
Normal file
7
sapi/milter/php_getopt.h
Normal 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);
|
Loading…
Reference in New Issue
Block a user