File: xio-readline.h

package info (click to toggle)
socat 1.7.3.2-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 3,888 kB
  • sloc: ansic: 28,032; sh: 11,782; makefile: 146
file content (17 lines) | stat: -rw-r--r-- 670 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* source: xio-readline.h */
/* Copyright Gerhard Rieger and contributors (see file CHANGES) */
/* Published under the GNU General Public License V.2, see file COPYING */

#ifndef __xio_readline_h_included
#define __xio_readline_h_included 1

extern const struct addrdesc addr_readline;

extern const struct optdesc opt_history_file;
extern const struct optdesc opt_prompt;
extern const struct optdesc opt_noprompt;
extern const struct optdesc opt_noecho;

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);

#endif /* !defined(__xio_readline_h_included) */