X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Ftypes%2Fimpl_type.c;h=25b1f1f5f254ae302b0260305cd9846adcff865f;hp=f865bd899dac3129cff4f50a847c9d39bab29e27;hb=c9384515a81cb64d345b299908b2852f51bb8e6e;hpb=b029005e56a8913fbb3d17ab497b4a37a00a211c diff --git a/src/types/impl_type.c b/src/types/impl_type.c index f865bd8..25b1f1f 100644 --- a/src/types/impl_type.c +++ b/src/types/impl_type.c @@ -36,6 +36,11 @@ struct psi_impl_type *psi_impl_type_init(token_t type, const char *name) return t; } +void psi_impl_type_dump(int fd, struct psi_impl_type *type) +{ + dprintf(fd, "%s", type->name); +} + void psi_impl_type_free(struct psi_impl_type **type_ptr) { if (*type_ptr) {