X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_querystring.h;h=ae1d072b305281544bede206feda67d36893c5a7;hp=92abd0179053f412fbf4a7ea2f80bcf4927b4b8a;hb=d2aca1740aad980f8ec182c2f9ffac20f15a4a54;hpb=e1d6150adb9ce5d3ff7c2e464d3eca06cd968631 diff --git a/php_http_querystring.h b/php_http_querystring.h index 92abd01..ae1d072 100644 --- a/php_http_querystring.h +++ b/php_http_querystring.h @@ -18,10 +18,9 @@ /* API */ #ifdef PHP_HTTP_HAVE_ICONV -PHP_HTTP_API int php_http_querystring_xlate(zval *array, zval *param, const char *ie, const char *oe TSRMLS_DC); +PHP_HTTP_API STATUS php_http_querystring_xlate(zval *dst, zval *src, const char *ie, const char *oe TSRMLS_DC); #endif /* PHP_HTTP_HAVE_ICONV */ -PHP_HTTP_API void php_http_querystring_update(zval *qarray, zval *qstring TSRMLS_DC); -PHP_HTTP_API int php_http_querystring_modify(zval *qarray, zval *params TSRMLS_DC); +PHP_HTTP_API STATUS php_http_querystring_update(zval *qarray, zval *params, zval *qstring TSRMLS_DC); /* PHP */