X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Ftypes%2Fimpl_type.h;h=4a60e02162a333f0183e81787f162088d7333de2;hb=0682ecb84dfe1de08b609c6c0ae641b06f3fa481;hp=7c5a6fe50c6cde4b49a86352f64f5dd1b06d7ff2;hpb=2fa436074ca9a5e87f39b696de832fa2188fcfc6;p=m6w6%2Fext-psi diff --git a/src/types/impl_type.h b/src/types/impl_type.h index 7c5a6fe..4a60e02 100644 --- a/src/types/impl_type.h +++ b/src/types/impl_type.h @@ -36,6 +36,6 @@ struct psi_impl_type { struct psi_impl_type *psi_impl_type_init(token_t type, zend_string *name); void psi_impl_type_free(struct psi_impl_type **type_ptr); -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); #endif