]> git.draconx.ca Git - gob-dx.git/blobdiff - src/util.h
Release 2.0.20
[gob-dx.git] / src / util.h
index b4dfde5e99ce557ca399bbad27d43086ef533a5b..daf6cf560c3e544536ff14f886da20714fc3a9fe 100644 (file)
@@ -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*/