X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_headers_api.h;h=799f4880cb2a6a5c5f670a4b036060ffc8e4f175;hp=0251afd9beb79cc226ffcf6b49043cdc0260d926;hb=fa1a275e2b5e1b9dfb5bcbf97b51ef2b568e433c;hpb=a8a5b1e48e697c1e989c7b534e22de3ea1f7d561 diff --git a/php_http_headers_api.h b/php_http_headers_api.h index 0251afd..799f488 100644 --- a/php_http_headers_api.h +++ b/php_http_headers_api.h @@ -17,19 +17,12 @@ #include "php_http_info_api.h" -#define HTTP_REDIRECT 302L -#define HTTP_REDIRECT_PERM 301L -#define HTTP_REDIRECT_POST 303L -#define HTTP_REDIRECT_TEMP 307L - typedef enum { RANGE_OK, RANGE_NO, RANGE_ERR } http_range_status; -extern PHP_MINIT_FUNCTION(http_headers); - #define http_parse_headers(h, a) _http_parse_headers_ex((h), Z_ARRVAL_P(a), 1, http_info_default_callback, NULL TSRMLS_CC) #define http_parse_headers_ex(h, ht, p) _http_parse_headers_ex((h), (ht), (p), http_info_default_callback, NULL TSRMLS_CC) #define http_parse_headers_cb(h, ht, p, f, d) _http_parse_headers_ex((h), (ht), (p), (f), (d) TSRMLS_CC)