aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-11 02:12:27 +0000
committermogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-11 02:12:27 +0000
commitd1557a9c08663da3017ca3ed3c5bbfe9660551db (patch)
tree5253b808f2c774a7576514283606b636a2562c2b /include
parentcd1b5fdda1dcbe5d8d26ff3c63565d31f7f7ea56 (diff)
safe terminal output is sweet.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47491 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/term.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/term.h b/include/asterisk/term.h
index f3c41d8eb..3b454ce2c 100644
--- a/include/asterisk/term.h
+++ b/include/asterisk/term.h
@@ -59,6 +59,8 @@ char *term_color_code(char *outbuf, int fgcolor, int bgcolor, int maxout);
char *term_strip(char *outbuf, char *inbuf, int maxout);
+void term_filter_escapes(char *line);
+
char *term_prompt(char *outbuf, const char *inbuf, int maxout);
char *term_prep(void);