X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/ff9fae99fb73d2b2176f1f9a902535edc70de54a..308dc7bdfb924370cfd205f656eb0e83191d01a9:/src/util.h diff --git a/src/util.h b/src/util.h index 8551876..3c249a3 100644 --- a/src/util.h +++ b/src/util.h @@ -37,6 +37,8 @@ void error_printf(int type, int line, const char *error, ...) G_GNUC_PRINTF (3, char * remove_sep(const char *base); /* replace the : separator from a typename with a different character*/ char * replace_sep(const char *base, char r); +char * gob_strup (char *s); +char * gob_strdown (char *s); /*separate the namespace part and then replace rest of separators with r*/