phanto          Sun Dec  1 14:55:48 2002 EDT

  Added files:                 
    /php4/sapi/milter   php_getopt.h 
  Log:
  initial checkin
  
  

Index: php4/sapi/milter/php_getopt.h
+++ php4/sapi/milter/php_getopt.h
/* 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);



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to