X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqcur.h;h=ab74e8d9655b931cf1b55d9760a9876a957f2f37;hp=ea4353a47138b7b9933947d53a81de7b254f572a;hb=HEAD;hpb=6e28a8741be3fccdaca960e492c31bc26837a4ed diff --git a/src/php_pqcur.h b/src/php_pqcur.h index ea4353a..ab74e8d 100644 --- a/src/php_pqcur.h +++ b/src/php_pqcur.h @@ -32,9 +32,7 @@ typedef struct php_pqcur { } php_pqcur_t; typedef struct php_pqcur_object { - php_pqcur_t *intern; - HashTable *prophandler; - zend_object zo; + PHP_PQ_OBJ_DECL(php_pqcur_t *) } php_pqcur_object_t; extern zend_class_entry *php_pqcur_class_entry;