Asterisk - The Open Source Telephony Project GIT-master-4f2b068
Loading...
Searching...
No Matches
editline_compat.h
Go to the documentation of this file.
1/*
2 * Asterisk -- An open source telephony toolkit.
3 *
4 * Copyright (C) 2026, Sean Bright
5 *
6 * Sean Bright <sean@seanbright.com>
7 *
8 * See http://www.asterisk.org for more information about
9 * the Asterisk project. Please do not directly contact
10 * any of the maintainers of this project for assistance;
11 * the project provides a web site, mailing lists and IRC
12 * channels for your use.
13 *
14 * This program is free software, distributed under the terms of
15 * the GNU General Public License Version 2. See the LICENSE file
16 * at the top of the source tree.
17 */
18
19#ifndef EDITLINE_COMPAT_PRIVATE_H
20#define EDITLINE_COMPAT_PRIVATE_H
21
22#include <histedit.h>
23
24int editline_read_char(EditLine *el, wchar_t *cp);
25
26#endif /* EDITLINE_COMPAT_PRIVATE_H */
static EditLine * el
Definition asterisk.c:348
int editline_read_char(EditLine *el, wchar_t *cp)