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=54059a470e850eb8380bde2a4ed117e25c1b3e95;hpb=57e944b102006abfa4005337b0ac5901425f4289 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);