X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Ftypes%2Fimpl_type.h;h=7c5a6fe50c6cde4b49a86352f64f5dd1b06d7ff2;hb=b0fdc1f1b8ae5ec4d3f47741b523fa6a60ae32bb;hp=3a5ce21b682842667cf95c1c33441ded1a6b3b29;hpb=9bcb1df0786a8193d65949c857baaba2f4296e84;p=m6w6%2Fext-psi diff --git a/src/types/impl_type.h b/src/types/impl_type.h index 3a5ce21..7c5a6fe 100644 --- a/src/types/impl_type.h +++ b/src/types/impl_type.h @@ -30,11 +30,12 @@ struct psi_impl_type { struct psi_token *token; - char *name; + zend_string *name; token_t type; }; -struct psi_impl_type *psi_impl_type_init(token_t type, const char *name); +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); #endif