X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_curl.h;h=f7116cd8b94a6b75528155168db310e48243cb34;hp=709ba2272e36ec06191e6cdbc178bf90d6077ab2;hb=2a501676c41f8b78392fdf4cd33e9eeaf46736f4;hpb=6cc24086f57aa1e8f4d6a2c12361635e7c24f60f diff --git a/php_http_curl.h b/php_http_curl.h index 709ba22..f7116cd 100644 --- a/php_http_curl.h +++ b/php_http_curl.h @@ -18,8 +18,8 @@ #include #define PHP_HTTP_CURL_VERSION(x, y, z) (LIBCURL_VERSION_NUM >= (((x)<<16) + ((y)<<8) + (z))) -extern PHP_MINIT_FUNCTION(http_curl); -extern PHP_MSHUTDOWN_FUNCTION(http_curl); +PHP_MINIT_FUNCTION(http_curl); +PHP_MSHUTDOWN_FUNCTION(http_curl); #endif /* PHP_HTTP_HAVE_CURL */