summaryrefslogtreecommitdiff
path: root/src/common/strlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/strlib.h')
-rw-r--r--src/common/strlib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/strlib.h b/src/common/strlib.h
index 54c52cf94..55920f823 100644
--- a/src/common/strlib.h
+++ b/src/common/strlib.h
@@ -7,4 +7,7 @@
char* jstrescape (char* pt);
char* jstrescapecpy (char* pt,char* spt);
int jmemescapecpy (char* pt,char* spt, int size);
+
+// custom functions
+int remove_control_chars(unsigned char *);
#endif