X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_date_api.h;fp=php_http_date_api.h;h=563aab1b174cde6814c9074c5a61b98de3d9882b;hp=e25ad6fbed8ec6dfcd9b0cc1f57444409a000bc7;hb=d8523b1334eaf61f71233401fe401925230fe1e5;hpb=2fc0f1875846114e57571bee1b0fa663deb1722d diff --git a/php_http_date_api.h b/php_http_date_api.h index e25ad6f..563aab1 100644 --- a/php_http_date_api.h +++ b/php_http_date_api.h @@ -18,8 +18,8 @@ #define http_date(t) _http_date((t) TSRMLS_CC) PHP_HTTP_API char *_http_date(time_t t TSRMLS_DC); -#define http_parse_date(d) _http_parse_date((d)) -PHP_HTTP_API time_t _http_parse_date(const char *date); +#define http_parse_date(d) _http_parse_date((d) TSRMLS_CC) +PHP_HTTP_API time_t _http_parse_date(const char *date TSRMLS_DC); #endif