type converters
[m6w6/ext-pq] / src / php_pqcancel.h
index 12f65229ff27620c1e8e841d9f09649db2d0e4f6..2f2d185aa546684ad499b5c60b9d47c5794f80b6 100644 (file)
@@ -32,6 +32,7 @@ zend_class_entry *php_pqcancel_class_entry;
 zend_object_value php_pqcancel_create_object_ex(zend_class_entry *ce, php_pqcancel_t *intern, php_pqcancel_object_t **ptr TSRMLS_DC);
 
 PHP_MINIT_FUNCTION(pqcancel);
+PHP_MSHUTDOWN_FUNCTION(pqcancel);
 
 #endif