X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/d52e64e92557f0b6d7704077ec175c88fa7ca243..8445442abc02fc325a9ce228759403113583818c:/src/util.h diff --git a/src/util.h b/src/util.h index b4dfde5..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*/