File: xio-pty.h

package info (click to toggle)
socat 1.7.3.1-1~bpo8%2B1
  • links: PTS
  • area: main
  • in suites: jessie-backports
  • size: 4,016 kB
  • sloc: ansic: 27,860; sh: 11,347; makefile: 146
file content (16 lines) | stat: -rw-r--r-- 466 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* source: xio-pty.h */
/* Copyright Gerhard Rieger 2002-2004 */
/* Published under the GNU General Public License V.2, see file COPYING */

#ifndef __xio_pty_h_included
#define __xio_pty_h_included 1

extern const struct addrdesc addr_pty;

extern const struct optdesc opt_symbolic_link;
#if HAVE_POLL
extern const struct optdesc opt_pty_wait_slave;
extern const struct optdesc opt_pty_intervall;
#endif /* HAVE_POLL */

#endif /* !defined(__xio_pty_h_included) */