Asterisk - The Open Source Telephony Project GIT-master-4f2b068
Loading...
Searching...
No Matches
Functions
editline_compat.h File Reference
#include <histedit.h>
Include dependency graph for editline_compat.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int editline_read_char (EditLine *el, wchar_t *cp)
 

Function Documentation

◆ editline_read_char()

int editline_read_char ( EditLine *  el,
wchar_t *  cp 
)

Definition at line 168 of file editline_compat.c.

169{
170 return read_char(el, cp);
171}
static EditLine * el
Definition asterisk.c:348
static int read_char(EditLine *el, wchar_t *cp)

References el, and read_char().

Referenced by ast_el_read_char().