X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_querystring.h;h=e34ccc004e5fd0ec77d417f30942a220050659c3;hp=9331fcd3098a7d261fab51dd03bb7a455e03e39d;hb=7b028d0cbb030f9610084314f67b77907d8474a2;hpb=14aec371d6123fbedbe13ca73b6a6d5768c635cb diff --git a/php_http_querystring.h b/php_http_querystring.h index 9331fcd..e34ccc0 100644 --- a/php_http_querystring.h +++ b/php_http_querystring.h @@ -28,10 +28,9 @@ typedef php_http_object_t php_http_querystring_object_t; #define PHP_HTTP_QUERYSTRING_TYPE_ARRAY IS_ARRAY #define PHP_HTTP_QUERYSTRING_TYPE_OBJECT IS_OBJECT -extern zend_class_entry *php_http_querystring_class_entry; -extern zend_function_entry php_http_querystring_method_entry[]; +zend_class_entry *php_http_querystring_get_class_entry(void); -extern PHP_MINIT_FUNCTION(http_querystring); +PHP_MINIT_FUNCTION(http_querystring); #define php_http_querystring_object_new php_http_object_new #define php_http_querystring_object_new_ex php_http_object_new_ex