X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_property_proxy.h;h=518cb5a5f3b654a66a7b8652de716df7bb1ad767;hp=30b518e74929d38510fb03a8108d2e04b5d42457;hb=bd80b17b026a00a254ee8693cd7bacf1ebdec4cf;hpb=7181a2f2237aaea07a2c25a1255f77a6d6719a89 diff --git a/php_http_property_proxy.h b/php_http_property_proxy.h index 30b518e..518cb5a 100644 --- a/php_http_property_proxy.h +++ b/php_http_property_proxy.h @@ -29,12 +29,11 @@ typedef struct php_http_property_proxy_object { php_http_property_proxy_t *proxy; } php_http_property_proxy_object_t; -extern zend_class_entry *php_http_property_proxy_class_entry; -extern zend_function_entry php_http_property_proxy_method_entry[]; +zend_class_entry *php_http_property_proxy_get_class_entry(void); -extern zend_object_value php_http_property_proxy_object_new(zend_class_entry *ce TSRMLS_DC); -extern zend_object_value php_http_property_proxy_object_new_ex(zend_class_entry *ce, php_http_property_proxy_t *proxy, php_http_property_proxy_object_t **ptr TSRMLS_DC); -extern void php_http_property_proxy_object_free(void *object TSRMLS_DC); +zend_object_value php_http_property_proxy_object_new(zend_class_entry *ce TSRMLS_DC); +zend_object_value php_http_property_proxy_object_new_ex(zend_class_entry *ce, php_http_property_proxy_t *proxy, php_http_property_proxy_object_t **ptr TSRMLS_DC); +void php_http_property_proxy_object_free(void *object TSRMLS_DC); PHP_METHOD(HttpPropertyProxy, __construct);