X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqstm.h;h=79e6aa713514ef1e3573b33e206591080657d485;hp=61afa429d9f22b63447114c27ea4383067f349fa;hb=7ebb278e7854e8dd7c4fd6c0363531642d135676;hpb=6e28a8741be3fccdaca960e492c31bc26837a4ed diff --git a/src/php_pqstm.h b/src/php_pqstm.h index 61afa42..79e6aa7 100644 --- a/src/php_pqstm.h +++ b/src/php_pqstm.h @@ -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;