X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_exception.h;h=f48f9b499ca5775459b518dcc3b9fb078ece0d1b;hp=ccc3aaa79a705640615314f0e2a9cf941a62c393;hb=bd80b17b026a00a254ee8693cd7bacf1ebdec4cf;hpb=7181a2f2237aaea07a2c25a1255f77a6d6719a89 diff --git a/php_http_exception.h b/php_http_exception.h index ccc3aaa..f48f9b4 100644 --- a/php_http_exception.h +++ b/php_http_exception.h @@ -13,10 +13,7 @@ #ifndef PHP_HTTP_EXCEPTION_H #define PHP_HTTP_EXCEPTION_H -PHP_MINIT_FUNCTION(http_exception_object); - -extern zend_class_entry *php_http_exception_class_entry; -extern zend_function_entry php_http_exception_method_entry[]; +zend_class_entry *php_http_exception_get_class_entry(void); PHP_MINIT_FUNCTION(http_exception);