GOPEN handles UNIX seqpacket sockets
[socat.git] / xiolayer.h
blob5e3c65a22b2e1b65df8453f48e0ddd200d508d9f
1 /* source: xiolayer.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 __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) */