X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_querystring.h;h=9331fcd3098a7d261fab51dd03bb7a455e03e39d;hp=1c2dbebca3646fc02fd5e1f8efd1803aaef76888;hb=14aec371d6123fbedbe13ca73b6a6d5768c635cb;hpb=8d05291f42b3b42159b3fe91492aa4862f3d4405 diff --git a/php_http_querystring.h b/php_http_querystring.h index 1c2dbeb..9331fcd 100644 --- a/php_http_querystring.h +++ b/php_http_querystring.h @@ -17,10 +17,9 @@ 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 struct php_http_querystring_object { - zend_object zo; -} php_http_querystring_object_t; +typedef php_http_object_t php_http_querystring_object_t; #define PHP_HTTP_QUERYSTRING_TYPE_BOOL IS_BOOL #define PHP_HTTP_QUERYSTRING_TYPE_INT IS_LONG