summaryrefslogtreecommitdiffstats
path: root/include/libbbsutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libbbsutil.h')
-rw-r--r--include/libbbsutil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbbsutil.h b/include/libbbsutil.h
index 5b877f52..f2e31a53 100644
--- a/include/libbbsutil.h
+++ b/include/libbbsutil.h
@@ -63,6 +63,7 @@ extern int strip_blank(char *cbuf, char *buf);
extern int strip_ansi(char *buf, const char *str, enum STRIP_FLAG flag);
extern int strlen_noansi(const char *s);
extern void strip_nonebig5(unsigned char *str, int maxlen);
+extern int DBCS_RemoveIntrEscape(unsigned char *buf, int *len);
extern int invalid_pname(const char *str);
extern int is_number(const char *p);
extern unsigned StringHash(const char *s);