X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_api.h;h=573b2a4f835d58ae444f66f09001d1413e0e1be5;hb=7904ebbfd747d11f0821d2b2712600ab07a36ff6;hp=cbbaf6f7dd1af2a55d34fc391f5fd835dfc7e825;hpb=c565d29e26b3b8be1b24a08bec57081aafc33a58;p=m6w6%2Fext-http diff --git a/php_http_api.h b/php_http_api.h index cbbaf6f..573b2a4 100644 --- a/php_http_api.h +++ b/php_http_api.h @@ -29,9 +29,6 @@ PHP_HTTP_API long _http_support(long feature); #define pretty_key(key, key_len, uctitle, xhyphen) _http_pretty_key(key, key_len, uctitle, xhyphen) extern char *_http_pretty_key(char *key, size_t key_len, zend_bool uctitle, zend_bool xhyphen); -#define http_parse_cookie(l, i) _http_parse_cookie((l), (i) TSRMLS_CC) -PHP_HTTP_API STATUS _http_parse_cookie(const char *list, HashTable *items TSRMLS_DC); - #define http_error(type, code, string) _http_error_ex(type, code, "%s", string) #define http_error_ex _http_error_ex extern void _http_error_ex(long type TSRMLS_DC, long code, const char *format, ...);