finish port
[m6w6/ext-pq] / src / php_pqstm.h
index 61afa429d9f22b63447114c27ea4383067f349fa..79e6aa713514ef1e3573b33e206591080657d485 100644 (file)
@@ -26,9 +26,7 @@ typedef struct php_pqstm {
 } php_pqstm_t;
 
 typedef struct php_pqstm_object {
-       php_pqstm_t *intern;
-       HashTable *prophandler;
-       zend_object zo;
+       PHP_PQ_OBJ_DECL(php_pqstm_t *)
 } php_pqstm_object_t;
 
 extern zend_class_entry *php_pqstm_class_entry;