X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/308dc7bdfb924370cfd205f656eb0e83191d01a9..b3db2950b11fc5f3abd9ecdae855746e2d19c836:/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 */