- proper location of the HTTP_NEED_SSL_TSL macro
[m6w6/ext-http] / php_http_request_api.h
index 3b773a3edbb939ba9d036449d7f81ef31526be68..b80e42b92637d59e4e8ecdeeb730b7f55c26a083 100644 (file)
@@ -17,6 +17,7 @@
 
 #ifndef PHP_HTTP_REQUEST_API_H
 #define PHP_HTTP_REQUEST_API_H
+
 #ifdef HTTP_HAVE_CURL
 
 #include "php_http_std_defs.h"
 #ifdef PHP_WIN32
 #      include <winsock2.h>
 #endif
-
 #include <curl/curl.h>
 
+extern PHP_MINIT_FUNCTION(http_request);
+extern PHP_MSHUTDOWN_FUNCTION(http_request);
+
 #define HTTP_REQUEST_BODY_CSTRING              1
 #define HTTP_REQUEST_BODY_CURLPOST             2
 #define HTTP_REQUEST_BODY_UPLOADFILE   3
@@ -50,7 +53,6 @@ typedef struct {
        curl_infotype last_info;
 } http_request_conv;
 
-
 #define HTTP_REQUEST_CALLBACK_DATA(from, type, var) \
        http_request_callback_ctx *__CTX = (http_request_callback_ctx *) (from); \
        TSRMLS_FETCH_FROM_CTX(__CTX->tsrm_ctx); \