Merge branch 'slimconfigure'
[m6w6/ext-psi] / src / types / impl_type.c
index f865bd899dac3129cff4f50a847c9d39bab29e27..25b1f1f5f254ae302b0260305cd9846adcff865f 100644 (file)
@@ -36,6 +36,11 @@ struct psi_impl_type *psi_impl_type_init(token_t type, const char *name)
        return t;
 }
 
        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) {
 void psi_impl_type_free(struct psi_impl_type **type_ptr)
 {
        if (*type_ptr) {