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