X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/308dc7bdfb924370cfd205f656eb0e83191d01a9..6bec711e14babb0d6388754f41834036f22a3ef1:/src/util.h diff --git a/src/util.h b/src/util.h index 3c249a3..b4dfde5 100644 --- a/src/util.h +++ b/src/util.h @@ -62,4 +62,6 @@ enum { /* returns TRUE if there are any special types at all */ gboolean setup_special_array(Class *c, gboolean *special_array); +char * make_me_type (const char *type, const char *alt); + #endif /* UTIL_H */