aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/autoconfig.h.in3
-rw-r--r--include/asterisk/term.h6
2 files changed, 6 insertions, 3 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index acd3140c7..6fd10e8ae 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -354,6 +354,9 @@
/* Define to 1 if you have the OpenLDAP library. */
#undef HAVE_LDAP
+/* Define if your system has the NetBSD Editline libraries. */
+#undef HAVE_LIBEDIT
+
/* Define to 1 if you have the <libintl.h> header file. */
#undef HAVE_LIBINTL_H
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)
}