X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_api.h;h=44d8ac6bb3f8e7bbb6c4eda9d1fad6826c159359;hp=d4fb508b82c9923cf150de5acb8dc8e340a34842;hb=8d9da7c8014b2738ec646b0415223f75f43059e7;hpb=c2b4f0332ead5425b183d2487ab5f25663f1009f diff --git a/php_http_api.h b/php_http_api.h index d4fb508..44d8ac6 100644 --- a/php_http_api.h +++ b/php_http_api.h @@ -33,7 +33,7 @@ extern STATUS _http_exit_ex(int status, char *header, zend_bool free_header TSRM #define http_check_method(m) http_check_method_ex((m), HTTP_KNOWN_METHODS) #define http_check_method_ex(m, a) _http_check_method_ex((m), (a)) -extern STATUS _http_check_method(const char *method, const char *methods); +extern STATUS _http_check_method_ex(const char *method, const char *methods); #define HTTP_GSC(var, name, ret) HTTP_GSP(var, name, return ret) #define HTTP_GSP(var, name, ret) \