X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_date_api.h;h=563aab1b174cde6814c9074c5a61b98de3d9882b;hp=07912d8b8c7cb4306e132e790e30102ef6147d16;hb=01ed83fb41d0421368dddd8ace671f4b5bf9dd8d;hpb=e83a7438dc70ed96630887246a1d3aefcf155b1c diff --git a/php_http_date_api.h b/php_http_date_api.h index 07912d8..563aab1 100644 --- a/php_http_date_api.h +++ b/php_http_date_api.h @@ -15,13 +15,11 @@ #ifndef PHP_HTTP_DATE_API_H #define PHP_HTTP_DATE_API_H -#include "php_http_std_defs.h" - #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