X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqtypes.h;fp=src%2Fphp_pqtypes.h;h=9e9d6d65bdebecc181b3f1f9bb5a14804d250f51;hp=1c5da1f2d1f6ad215db457bea96ec048e368a614;hb=cb69b6218d9d6e789527b3bd62c3cc37686547a3;hpb=6e28a8741be3fccdaca960e492c31bc26837a4ed diff --git a/src/php_pqtypes.h b/src/php_pqtypes.h index 1c5da1f..9e9d6d6 100644 --- a/src/php_pqtypes.h +++ b/src/php_pqtypes.h @@ -22,9 +22,7 @@ typedef struct php_pqtypes { } php_pqtypes_t; typedef struct php_pqtypes_object { - php_pqtypes_t *intern; - HashTable *prophandler; - zend_object zo; + PHP_PQ_OBJ_DECL(php_pqtypes_t *) } php_pqtypes_object_t; extern zend_class_entry *php_pqtypes_class_entry;