X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_request_method_api.h;h=67b3665b773ad7e541741b765d222426fc7e5bf1;hp=7a2f0b1c456f5de4c78d446584b838f951f91b1a;hb=266dd631dcb4e0652522ad4884ee8a40b88532ec;hpb=19bdceaf74694339a5b6311a4144c1af5468f87a diff --git a/php_http_request_method_api.h b/php_http_request_method_api.h index 7a2f0b1..67b3665 100644 --- a/php_http_request_method_api.h +++ b/php_http_request_method_api.h @@ -64,13 +64,13 @@ extern PHP_RSHUTDOWN_FUNCTION(http_request_method); PHP_HTTP_API const char *_http_request_method_name(http_request_method m TSRMLS_DC); #define http_request_method_exists(u, l, c) _http_request_method_exists((u), (l), (c) TSRMLS_CC) -PHP_HTTP_API unsigned long _http_request_method_exists(zend_bool by_name, unsigned long id, const char *name TSRMLS_DC); +PHP_HTTP_API ulong _http_request_method_exists(zend_bool by_name, ulong id, const char *name TSRMLS_DC); #define http_request_method_register(m, l) _http_request_method_register((m), (l) TSRMLS_CC) -PHP_HTTP_API unsigned long _http_request_method_register(const char *method, size_t method_name_len TSRMLS_DC); +PHP_HTTP_API ulong _http_request_method_register(const char *method, size_t method_name_len TSRMLS_DC); #define http_request_method_unregister(mn) _http_request_method_unregister((mn) TSRMLS_CC) -PHP_HTTP_API STATUS _http_request_method_unregister(unsigned long method TSRMLS_DC); +PHP_HTTP_API STATUS _http_request_method_unregister(ulong method TSRMLS_DC); #endif