version 1.7.3.0
[socat.git] / xio-pty.h
blob002d88e263754c01a25ef136d24088b7360a1a1f
1 /* source: xio-pty.h */
2 /* Copyright Gerhard Rieger 2002-2004 */
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 addr_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) */