X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Ftypes%2Fimpl_type.c;h=41baf1c5af87cc1bd2122b4a7cb5f462349f81fc;hb=a0f437f26cd0f121ee911a55327a68a3544bf15f;hp=be173aa9b1b646a437f0de820621c75b5cca5d95;hpb=216e7ac3b97aed5a5d65c511dc061c78be90e79d;p=m6w6%2Fext-psi diff --git a/src/types/impl_type.c b/src/types/impl_type.c index be173aa..41baf1c 100644 --- a/src/types/impl_type.c +++ b/src/types/impl_type.c @@ -36,9 +36,9 @@ struct psi_impl_type *psi_impl_type_init(token_t type, zend_string *name) return t; } -void psi_impl_type_dump(int fd, struct psi_impl_type *type) +void psi_impl_type_dump(struct psi_dump *dump, struct psi_impl_type *type) { - dprintf(fd, "%s", type->name->val); + PSI_DUMP(dump, "%s", type->name->val); } void psi_impl_type_free(struct psi_impl_type **type_ptr)