X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_build_query.c;h=ecad1d03272ebe5c7992a5d4ce5d5cbccf799e78;hp=a97d3431332326b81516fad7ae907f7f9011f3c2;hb=405c97a03c1949e59a154520d2cc24a297aa6ea1;hpb=b3ead2d126e855e77ee7bc0d901c624a5633edbb diff --git a/http_build_query.c b/http_build_query.c index a97d343..ecad1d0 100644 --- a/http_build_query.c +++ b/http_build_query.c @@ -19,13 +19,14 @@ /* $Id$ */ #include "php_http.h" +#include "php_http_api.h" #include "php_ini.h" #include "ext/standard/url.h" #define URL_DEFAULT_ARG_SEP "&" /* {{{ php_url_encode_hash */ -PHPAPI int php_url_encode_hash_ex(HashTable *ht, smart_str *formstr, +PHP_HTTP_API int 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,