version 1.7.3.0
[socat.git] / xiolayer.h
blob4ec2c5ea63b568ada4078b6474ed468165a434d0
1 /* source: xiolayer.h */
2 /* Copyright Gerhard Rieger 2001-2008 */
3 /* Published under the GNU General Public License V.2, see file COPYING */
5 #ifndef __xiolayer_h_included
6 #define __xiolayer_h_included 1
8 extern const struct optdesc opt_ignoreeof;
9 extern const struct optdesc opt_cr;
10 extern const struct optdesc opt_crnl;
11 extern const struct optdesc opt_readbytes;
12 extern const struct optdesc opt_lockfile;
13 extern const struct optdesc opt_waitlock;
14 extern const struct optdesc opt_escape;
15 extern const struct optdesc opt_forever;
16 extern const struct optdesc opt_intervall;
17 extern const struct optdesc opt_retry;
19 #endif /* !defined(__xiolayer_h_included) */