Version 1.8.0.0
[socat.git] / xio-readline.h
blob290189e8adcc54f927f7afd7d4ffb959487f1a67
1 /* source: xio-readline.h */
2 /* Copyright Gerhard Rieger and contributors (see file CHANGES) */
3 /* Published under the GNU General Public License V.2, see file COPYING */
5 #ifndef __xio_readline_h_included
6 #define __xio_readline_h_included 1
8 extern const struct addrdesc xioaddr_readline;
10 extern const struct optdesc opt_history_file;
11 extern const struct optdesc opt_prompt;
12 extern const struct optdesc opt_noprompt;
13 extern const struct optdesc opt_noecho;
15 extern ssize_t xioread_readline(struct single *pipe, void *buff, size_t bufsiz);extern void xioscan_readline(struct single *pipe, const void *buff, size_t bytes);
17 #endif /* !defined(__xio_readline_h_included) */