Merge branch 'slimconfigure'
[m6w6/ext-psi] / src / types / impl_type.h
index 3a5ce21b682842667cf95c1c33441ded1a6b3b29..330a9780f85a58f4032e83b8c4f4be700f2ec1e6 100644 (file)
@@ -36,5 +36,6 @@ struct psi_impl_type {
 
 struct psi_impl_type *psi_impl_type_init(token_t type, const char *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