aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-27 22:30:38 +0000
committerseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-27 22:30:38 +0000
commitee08ff3d353d33c08741cbf1f25c0a6f31d37da4 (patch)
tree2f45bd7a37f60dff2947af5cbf3447c4e02e73c1 /include
parent2c79b41903b9483e57ab646e1016a355a04c3df2 (diff)
Revert r280019 for now - This was poorly executed.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@280020 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/autoconfig.h.in3
-rw-r--r--include/asterisk/term.h6
2 files changed, 3 insertions, 6 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index 6fd10e8ae..acd3140c7 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -354,9 +354,6 @@
/* 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 a9df7f2be..bbdc75319 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 *ast_term_prep(void);
+char *term_prep(void);
-char *ast_term_end(void);
+char *term_end(void);
-char *ast_term_quit(void);
+char *term_quit(void);
#if defined(__cplusplus) || defined(c_plusplus)
}