X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqlob.h;h=98c8a9497ad5aea00b9670b3dee97f87514bbf08;hp=aee46bcae3c786db549e613f7f2e5ec8d84226db;hb=a5470139f5305341fca92f942852d1ae18b254ea;hpb=9f5cecf26bd70a92ed013f31afec59e272623ac1 diff --git a/src/php_pqlob.h b/src/php_pqlob.h index aee46bc..98c8a94 100644 --- a/src/php_pqlob.h +++ b/src/php_pqlob.h @@ -30,10 +30,11 @@ typedef struct php_pqlob_object { php_pqlob_t *intern; } php_pqlob_object_t; -zend_class_entry *php_pqlob_class_entry; -zend_object_value php_pqlob_create_object_ex(zend_class_entry *ce, php_pqlob_t *intern, php_pqlob_object_t **ptr TSRMLS_DC); +extern zend_class_entry *php_pqlob_class_entry; +extern zend_object_value php_pqlob_create_object_ex(zend_class_entry *ce, php_pqlob_t *intern, php_pqlob_object_t **ptr TSRMLS_DC); -PHP_MINIT_FUNCTION(pqlob); +extern PHP_MINIT_FUNCTION(pqlob); +extern PHP_MSHUTDOWN_FUNCTION(pqlob); #endif