aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/term.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/term.h')
-rw-r--r--include/asterisk/term.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asterisk/term.h b/include/asterisk/term.h
index bbdc75319..a9df7f2be 100644
--- a/include/asterisk/term.h
+++ b/include/asterisk/term.h
@@ -98,11 +98,11 @@ void term_filter_escapes(char *line);
char *term_prompt(char *outbuf, const char *inbuf, int maxout);
-char *term_prep(void);
+char *ast_term_prep(void);
-char *term_end(void);
+char *ast_term_end(void);
-char *term_quit(void);
+char *ast_term_quit(void);
#if defined(__cplusplus) || defined(c_plusplus)
}