File: xio-pty.h

package info (click to toggle)
socat 1.4.2.0-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,144 kB
  • ctags: 3,624
  • sloc: ansic: 18,730; sh: 3,319; makefile: 153
file content (16 lines) | stat: -rw-r--r-- 503 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* $Id: xio-pty.h,v 1.2 2004/10/24 13:49:53 gerhard Exp $ */
/* 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) */