X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_api.h;h=42d34fca4bfc611f9c72dc942cfacbc1d070fcdc;hp=ec4a989d25fdb4b59825ac552e4048983f885d1b;hb=8b8cdb96032f50d57dbdad74ae45336d01a7f0c5;hpb=18750f34ec9a9b16ffd07f54346136ca0f72e9a8 diff --git a/php_http_api.h b/php_http_api.h index ec4a989..42d34fc 100644 --- a/php_http_api.h +++ b/php_http_api.h @@ -30,6 +30,8 @@ #include #include +#include + #ifdef PHP_WIN32 # define PHP_HTTP_API __declspec(dllexport) @@ -42,9 +44,6 @@ /* make functions that return SUCCESS|FAILURE more obvious */ typedef int STATUS; -/* inline doc */ -#define _RETURNS(type) - #if (defined(HAVE_ICONV) || defined(PHP_HTTP_HAVE_EXT_ICONV)) && (PHP_HTTP_SHARED_DEPS || !defined(COMPILE_DL_ICONV)) # define PHP_HTTP_HAVE_ICONV #endif @@ -95,7 +94,7 @@ typedef int STATUS; #include "php_http_exception.h" #include "php_http_filter.h" #include "php_http_header_parser.h" -#include "php_http_headers.h" +#include "php_http_header.h" #include "php_http_message_body.h" #include "php_http_message_parser.h" #include "php_http_negotiate.h"