summaryrefslogtreecommitdiff
path: root/utils/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/utils.h')
-rw-r--r--utils/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/utils.h b/utils/utils.h
index 279bd73c8..74c01ec25 100644
--- a/utils/utils.h
+++ b/utils/utils.h
@@ -76,6 +76,7 @@ typedef struct
char * strip(char * const s);
int whitespace(const char * str);
char * squash_whitespace(const char * s);
+char *remove_underscores(const char *s, bool replacespace);
char *cnv_space2nbsp(const char *s);
bool is_dir(const char *path);
void regcomp_wrapper(regex_t *preg, const char *regex, int cflags);