nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | /* source: xio-readline.h */ |
2 | /* Copyright Gerhard Rieger 2002-2007 */ |
||
3 | /* Published under the GNU General Public License V.2, see file COPYING */ |
||
4 | |||
5 | #ifndef __xio_readline_h_included |
||
6 | #define __xio_readline_h_included 1 |
||
7 | |||
8 | extern const union xioaddr_desc *xioaddrs_readline[]; |
||
9 | |||
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; |
||
14 | |||
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); |
||
16 | |||
17 | #endif /* !defined(__xio_readline_h_included) */ |