X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/308dc7bdfb924370cfd205f656eb0e83191d01a9..0f7ec1e61526025bc5441210f6f2f9e6995c8bac:/src/util.h diff --git a/src/util.h b/src/util.h index 3c249a3..daf6cf5 100644 --- a/src/util.h +++ b/src/util.h @@ -39,6 +39,7 @@ char * remove_sep(const char *base); char * replace_sep(const char *base, char r); char * gob_strup (char *s); char * gob_strdown (char *s); +char * gob_str_delete_quotes(char *str); /*separate the namespace part and then replace rest of separators with r*/ @@ -62,4 +63,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 */