More corrections to test.sh: language; netstat; reuseaddr; usleep; force IPv4; timeout
[socat.git] / xio-ext2.h
bloba4c32f2732a344b68393f906bb273925aa5d0619
1 /* source: xio-ext2.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 __xio_ext2_h_included
6 #define __xio_ext2_h_included 1
8 extern const struct optdesc opt_ext2_secrm;
9 extern const struct optdesc opt_ext2_unrm;
10 extern const struct optdesc opt_ext2_compr;
11 extern const struct optdesc opt_ext2_sync;
12 extern const struct optdesc opt_ext2_immutable;
13 extern const struct optdesc opt_ext2_append;
14 extern const struct optdesc opt_ext2_nodump;
15 extern const struct optdesc opt_ext2_noatime;
16 extern const struct optdesc opt_ext2_journal_data;
17 extern const struct optdesc opt_ext2_notail;
18 extern const struct optdesc opt_ext2_dirsync;
19 extern const struct optdesc opt_ext2_topdir;
21 #endif /* !defined(__xio_ext2_h_included) */