version 1.7.3.0
[socat.git] / xio-ext2.h
blob02d18a48dcfd6c97cc52fe45bd868a6a57fdf014
1 /* source: xio-ext2.h */
2 /* Copyright Gerhard Rieger 2006 */
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) */