X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_message.h;h=eb5aa0d0df08bdb23323a08218f5897aa0cf3c8a;hp=2f995074173add6e49d33d058e6180f12be1c052;hb=15af31c20c89b28e43d27cd94409de9f1bd2cafb;hpb=a5e66b221dbf5a52cc770f4d7f46f05fe88784ba diff --git a/src/php_http_message.h b/src/php_http_message.h index 2f99507..eb5aa0d 100644 --- a/src/php_http_message.h +++ b/src/php_http_message.h @@ -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);