X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=inline;f=php_http_params.h;h=a040139c38acc0a07b540ec9b6814170cac64f7f;hb=bd80b17b026a00a254ee8693cd7bacf1ebdec4cf;hp=487cfa4bdcaba35c85e77096cf39bfb1fa36aaf0;hpb=7181a2f2237aaea07a2c25a1255f77a6d6719a89;p=m6w6%2Fext-http diff --git a/php_http_params.h b/php_http_params.h index 487cfa4..a040139 100644 --- a/php_http_params.h +++ b/php_http_params.h @@ -31,8 +31,7 @@ PHP_HTTP_API php_http_buffer_t *php_http_params_to_string(php_http_buffer_t *buf typedef php_http_object_t php_http_params_object_t; -extern zend_class_entry *php_http_params_class_entry; -extern zend_function_entry php_http_params_method_entry[]; +zend_class_entry *php_http_params_get_class_entry(void); PHP_MINIT_FUNCTION(http_params);