mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-03 11:11:05 +00:00
Revert r280019 for now - This was poorly executed.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@280020 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained 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
|
||||
|
||||
|
@@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user