]> granicus.if.org Git - php/commitdiff
Changes for compilation on windows
authorUwe Schindler <thetaphi@php.net>
Thu, 29 May 2003 20:13:15 +0000 (20:13 +0000)
committerUwe Schindler <thetaphi@php.net>
Thu, 29 May 2003 20:13:15 +0000 (20:13 +0000)
sapi/nsapi/nsapi.c

index c57aa64551f37cecf661d2bf39c14cbfe00dd5ee..4ba9bbaf367559d6eee962054adc28a1470c8bdb 100644 (file)
@@ -211,10 +211,10 @@ PHP_INI_END()
 /* 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
  */