X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.h;h=8e341ca1d77df8d06e4c76b8cad21fd74527d817;hp=bb9c2d0eccbbe77d4ef630d45082ec83638a84b6;hb=47be714b40e14b6b5cdc2f35a7994efd13c2076e;hpb=0d334d5f80dbbbcb23cb71a8d0b24c9c320f08b2 diff --git a/php_http.h b/php_http.h index bb9c2d0..8e341ca 100644 --- a/php_http.h +++ b/php_http.h @@ -15,10 +15,10 @@ #define PHP_HTTP_EXT_VERSION "2.0.0dev" -zend_module_entry http_module_entry; +extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -int http_module_number; +extern int http_module_number; #endif /* PHP_EXT_HTTP_H */