type converters
[m6w6/ext-pq] / src / php_pqtypes.h
index 55398f5632bde8aef4eaf352949ada9fa82efc5d..0686e5d2202a1fed0269314963bb8730dd7d6b1f 100644 (file)
@@ -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