X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_api.h;h=62530b8edac5471e1c15f46335a9633d420bb9d1;hp=211c6eb9022f44e99603ad8c7ca43ac74b4255c6;hb=9886ab46dbb299c9d6cfef9d8a0258d91b90a8e6;hpb=92a430bc613226e2fb1badd624933eeb6c8cb3ce diff --git a/php_http_api.h b/php_http_api.h index 211c6eb..62530b8 100644 --- a/php_http_api.h +++ b/php_http_api.h @@ -42,6 +42,9 @@ /* 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