* standard return values
[m6w6/ext-http] / php_http_api.h
index 211c6eb9022f44e99603ad8c7ca43ac74b4255c6..62530b8edac5471e1c15f46335a9633d420bb9d1 100644 (file)
@@ -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