X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqlob.h;h=fc7fa137de28f8d86c1a0f3a2f6db9757df8816e;hp=c56049de045e12a45d7d2bc8b9a65f3607adc26e;hb=cb69b6218d9d6e789527b3bd62c3cc37686547a3;hpb=6e28a8741be3fccdaca960e492c31bc26837a4ed diff --git a/src/php_pqlob.h b/src/php_pqlob.h index c56049d..fc7fa13 100644 --- a/src/php_pqlob.h +++ b/src/php_pqlob.h @@ -24,9 +24,7 @@ typedef struct php_pqlob { } php_pqlob_t; typedef struct php_pqlob_object { - php_pqlob_t *intern; - HashTable *prophandler; - zend_object zo; + PHP_PQ_OBJ_DECL(php_pqlob_t *) } php_pqlob_object_t; extern zend_class_entry *php_pqlob_class_entry;