X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqtypes.h;h=0686e5d2202a1fed0269314963bb8730dd7d6b1f;hp=55398f5632bde8aef4eaf352949ada9fa82efc5d;hb=88440266c0a9fa8354688b5ed0d2a6cc3bf04db5;hpb=ee121d2b99c19413619973fe8a8db18bfcb534d8 diff --git a/src/php_pqtypes.h b/src/php_pqtypes.h index 55398f5..0686e5d 100644 --- a/src/php_pqtypes.h +++ b/src/php_pqtypes.h @@ -32,6 +32,7 @@ zend_class_entry *php_pqtypes_class_entry; zend_object_value php_pqtypes_create_object_ex(zend_class_entry *ce, php_pqtypes_t *intern, php_pqtypes_object_t **ptr TSRMLS_DC); PHP_MINIT_FUNCTION(pqtypes); +PHP_MSHUTDOWN_FUNCTION(pqtypes); #endif