X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_params.h;h=487cfa4bdcaba35c85e77096cf39bfb1fa36aaf0;hp=47faf79bf9f5af1e56f031069c805c79fadc209d;hb=cfd6f56fae6192e762dd9054b91cc17672859f9e;hpb=61067d19cf03ad876954c2644ff9e37942b2ad67 diff --git a/php_http_params.h b/php_http_params.h index 47faf79..487cfa4 100644 --- a/php_http_params.h +++ b/php_http_params.h @@ -27,6 +27,7 @@ typedef struct php_http_params_opts { PHP_HTTP_API php_http_params_opts_t *php_http_params_opts_default_get(php_http_params_opts_t *opts); PHP_HTTP_API HashTable *php_http_params_parse(HashTable *params, const php_http_params_opts_t *opts TSRMLS_DC); +PHP_HTTP_API php_http_buffer_t *php_http_params_to_string(php_http_buffer_t *buf, HashTable *params, const char *pss, size_t psl, const char *ass, size_t asl, const char *vss, size_t vsl TSRMLS_DC); typedef php_http_object_t php_http_params_object_t;