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