X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_api.h;h=32ceed6986c173f703f3ca2206d1983308df621f;hp=42a99e0adff6c013a3f7fd51e8882770fb5c48e3;hb=b0919f33875667baecb05888fba006d5652d68d1;hpb=7408a11c30c6d7cf0933ebbedabf9551db598bcd diff --git a/php_http_api.h b/php_http_api.h index 42a99e0..32ceed6 100644 --- a/php_http_api.h +++ b/php_http_api.h @@ -34,7 +34,7 @@ extern STATUS _http_parse_key_list(const char *list, HashTable *items, char sepa #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, long code, const char *format, ...) PHP_ATTRIBUTE_FORMAT(printf, 3, 4); +extern void _http_error_ex(long type TSRMLS_DC, long code, const char *format, ...); #define http_log(f, i, m) _http_log_ex((f), (i), (m) TSRMLS_CC) extern void http_log_ex(char *file, const char *ident, const char *message TSRMLS_DC);