X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqcopy.h;h=130a1f29ebd1bbc3eb04ae32cf799216d18feb50;hp=665428e1f8c291b80ee6e5822b5ca87db36797f8;hb=e125f60f2ca9863a2ad5eb2d5e615fab421c31e4;hpb=9f5cecf26bd70a92ed013f31afec59e272623ac1 diff --git a/src/php_pqcopy.h b/src/php_pqcopy.h index 665428e..130a1f2 100644 --- a/src/php_pqcopy.h +++ b/src/php_pqcopy.h @@ -41,10 +41,11 @@ typedef struct php_pqcopy_object { php_pqcopy_t *intern; } php_pqcopy_object_t; -zend_class_entry *php_pqcopy_class_entry; -zend_object_value php_pqcopy_create_object_ex(zend_class_entry *ce, php_pqcopy_t *intern, php_pqcopy_object_t **ptr TSRMLS_DC); +extern zend_class_entry *php_pqcopy_class_entry; +extern zend_object_value php_pqcopy_create_object_ex(zend_class_entry *ce, php_pqcopy_t *intern, php_pqcopy_object_t **ptr TSRMLS_DC); -PHP_MINIT_FUNCTION(pqcopy); +extern PHP_MINIT_FUNCTION(pqcopy); +extern PHP_MSHUTDOWN_FUNCTION(pqcopy); #endif