X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_querystring.h;h=9331fcd3098a7d261fab51dd03bb7a455e03e39d;hb=3de3e5f65db0e7c24849c0e7c60c54a4e8566422;hp=e586964a50031192028b8e444756fdb442841e98;hpb=8d0c5d509648d7f5929d3ac8138c50482483d27d;p=m6w6%2Fext-http diff --git a/php_http_querystring.h b/php_http_querystring.h index e586964..9331fcd 100644 --- a/php_http_querystring.h +++ b/php_http_querystring.h @@ -17,6 +17,7 @@ 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 STATUS php_http_querystring_update(zval *qarray, zval *params, zval *qstring TSRMLS_DC); +PHP_HTTP_API STATUS php_http_querystring_ctor(zval *instance, zval *params TSRMLS_DC); typedef php_http_object_t php_http_querystring_object_t;