thetaphi Thu May 29 16:13:15 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/sapi/nsapi nsapi.c
Log:
Changes for compilation on windows
Index: php4/sapi/nsapi/nsapi.c
diff -u php4/sapi/nsapi/nsapi.c:1.28.2.8 php4/sapi/nsapi/nsapi.c:1.28.2.9
--- php4/sapi/nsapi/nsapi.c:1.28.2.8 Thu May 29 08:27:39 2003
+++ php4/sapi/nsapi/nsapi.c Thu May 29 16:13:15 2003
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: nsapi.c,v 1.28.2.8 2003/05/29 12:27:39 thetaphi Exp $ */
+/* $Id: nsapi.c,v 1.28.2.9 2003/05/29 20:13:15 thetaphi Exp $ */
/*
* PHP includes
@@ -211,10 +211,10 @@
/* newer servers hide this functions from the programmer so redefine the functions
dynamically
thanks to Chris Elving from Sun for the function declarations */
-int (NSAPI_PUBLIC *nsapi_servact_uri2path)(Session *, Request *) = NULL;
-int (NSAPI_PUBLIC *nsapi_servact_pathchecks)(Session *, Request *) = NULL;
-int (NSAPI_PUBLIC *nsapi_servact_fileinfo)(Session *, Request *) = NULL;
-int (NSAPI_PUBLIC *nsapi_servact_service)(Session *, Request *) = NULL;
+int (*nsapi_servact_uri2path)(Session *, Request *) = NULL;
+int (*nsapi_servact_pathchecks)(Session *, Request *) = NULL;
+int (*nsapi_servact_fileinfo)(Session *, Request *) = NULL;
+int (*nsapi_servact_service)(Session *, Request *) = NULL;
/* {{{ php_nsapi_init_dynamic_symbols
*/
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php