2000-02-11 00:27:28 +08:00
|
|
|
/* Borrowed from Apache NT Port */
|
|
|
|
#include "php.h"
|
|
|
|
|
2000-02-11 00:44:59 +08:00
|
|
|
extern char *ap_php_optarg;
|
|
|
|
extern int ap_php_optind;
|
2000-02-11 00:27:28 +08:00
|
|
|
|
2000-02-11 00:44:59 +08:00
|
|
|
int ap_php_getopt(int argc, char* const *argv, const char *optstr);
|