X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_api.h;h=93866f3d7de3b36cf9e5b13cbdbb14a01fb1348a;hp=94f17d71fa096769b2dd66b45b33bb2187a04bec;hb=054426ee13e1680245998c59f571effca5ceda4b;hpb=2811a2111f519ee55e05c4084903a34dc0c3b818 diff --git a/php_http_api.h b/php_http_api.h index 94f17d7..93866f3 100644 --- a/php_http_api.h +++ b/php_http_api.h @@ -156,7 +156,7 @@ PHP_HTTP_API STATUS _http_auth_header(const char *type, const char *realm TSRMLS #ifndef ZEND_ENGINE_2 #define php_url_encode_hash(ht, formstr) php_url_encode_hash_ex((ht), (formstr), NULL, 0, NULL, 0, NULL, 0, NULL TSRMLS_CC) -PHPAPI int php_url_encode_hash_ex(HashTable *ht, smart_str *formstr, +PHP_HTTP_API STATUS php_url_encode_hash_ex(HashTable *ht, smart_str *formstr, const char *num_prefix, int num_prefix_len, const char *key_prefix, int key_prefix_len, const char *key_suffix, int key_suffix_len, @@ -175,4 +175,3 @@ PHPAPI int php_url_encode_hash_ex(HashTable *ht, smart_str *formstr, * vim600: noet sw=4 ts=4 fdm=marker * vim<600: noet sw=4 ts=4 */ -