summaryrefslogtreecommitdiff
path: root/include/asterisk/term.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/term.h')
-rw-r--r--include/asterisk/term.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/term.h b/include/asterisk/term.h
index d75cf99d0..bbdc75319 100644
--- a/include/asterisk/term.h
+++ b/include/asterisk/term.h
@@ -92,7 +92,7 @@ int ast_term_color_code(struct ast_str **str, int fgcolor, int bgcolor);
*/
char *term_color_code(char *outbuf, int fgcolor, int bgcolor, int maxout);
-char *term_strip(char *outbuf, char *inbuf, int maxout);
+char *term_strip(char *outbuf, const char *inbuf, int maxout);
void term_filter_escapes(char *line);