Fix PHP7 config.w32
[m6w6/ext-http] / src / php_http_message.h
index 2f995074173add6e49d33d058e6180f12be1c052..eb5aa0d0df08bdb23323a08218f5897aa0cf3c8a 100644 (file)
@@ -92,7 +92,7 @@ typedef struct php_http_message_object {
        zend_object zo;
 } php_http_message_object_t;
 
-PHP_HTTP_API zend_class_entry *php_http_message_class_entry;
+PHP_HTTP_API zend_class_entry *php_http_message_get_class_entry(void);
 
 PHP_MINIT_FUNCTION(http_message);
 PHP_MSHUTDOWN_FUNCTION(http_message);