code cleanup
[m6w6/ext-http] / php_http_exception.h
index ccc3aaa79a705640615314f0e2a9cf941a62c393..f48f9b499ca5775459b518dcc3b9fb078ece0d1b 100644 (file)
 #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);