code cleanup
[m6w6/ext-http] / php_http.h
index 1fe67e96898f934ec8afd18a1a4beb2deae3ca4a..97c81f70f119dce5cce6ef6206f0601f2c569e06 100644 (file)
 
 #define PHP_HTTP_EXT_VERSION "2.0.0dev10"
 
-extern zend_module_entry http_module_entry;
+zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry
 
-extern int http_module_number;
+int http_module_number;
 
 #endif /* PHP_EXT_HTTP_H */