Version 1.8.0.0
[socat.git] / xio-pty.h
blobef141a0e7397e2df3c6b102eb5cf2bc58b24cf92
1 /* source: xio-pty.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_pty_h_included
6 #define __xio_pty_h_included 1
8 extern const struct addrdesc xioaddr_pty;
10 extern const struct optdesc opt_symbolic_link;
11 #if HAVE_POLL
12 extern const struct optdesc opt_pty_wait_slave;
13 extern const struct optdesc opt_pty_intervall;
14 #endif /* HAVE_POLL */
16 #endif /* !defined(__xio_pty_h_included) */