Annotation of embedaddon/php/sapi/milter/php_getopt.h, revision 1.1

1.1     ! misho       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);

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>