X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_curl.h;h=ab8b63ceb9835ee57589d42126a1005e17d2c590;hp=709ba2272e36ec06191e6cdbc178bf90d6077ab2;hb=046973e332c1475f9bf7717af9d33a75283deb37;hpb=eebe0f3e8947ecb407451d20aef0611cfcedfdac diff --git a/php_http_curl.h b/php_http_curl.h index 709ba22..ab8b63c 100644 --- a/php_http_curl.h +++ b/php_http_curl.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2011, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -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 */