summaryrefslogtreecommitdiff
path: root/sapi/cgi/php_getopt.h
blob: 5f3af64b6432e2781acb328f37e88b93c931776e (plain)
1
2
3
4
5
6
7
8
9
/* Borrowed from Apache NT Port */
#include "php.h"

PHPAPI extern char *ap_php_optarg;
PHPAPI extern int ap_php_optind;
extern int ap_php_opterr;
extern int ap_php_optopt;

PHPAPI int ap_php_getopt(int argc, char* const *argv, const char *optstr);