Version 1.8.0.0
[socat.git] / xiolayer.h
bloba877e26627584b2428036373b787a87e8c89b8d2
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;
18 extern const struct optdesc opt_chdir;
19 extern const struct optdesc opt_umask;
21 extern int xio_chdir(struct opt* opts, char **orig_dir);
23 #endif /* !defined(__xiolayer_h_included) */