X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqcopy.h;h=decc8178d4f1af5848fde18f1a12f927f475d5ec;hp=dbac9a39906766b915406582721942fcaab40aa7;hb=cb69b6218d9d6e789527b3bd62c3cc37686547a3;hpb=6e28a8741be3fccdaca960e492c31bc26837a4ed diff --git a/src/php_pqcopy.h b/src/php_pqcopy.h index dbac9a3..decc817 100644 --- a/src/php_pqcopy.h +++ b/src/php_pqcopy.h @@ -35,9 +35,7 @@ typedef struct php_pqcopy { } php_pqcopy_t; typedef struct php_pqcopy_object { - php_pqcopy_t *intern; - HashTable *prophandler; - zend_object zo; + PHP_PQ_OBJ_DECL(php_pqcopy_t *) } php_pqcopy_object_t; extern zend_class_entry *php_pqcopy_class_entry;