mirror of
https://repo.or.cz/socat.git
synced 2024-12-22 15:32:35 +00:00
21 lines
828 B
C
21 lines
828 B
C
/* $Id: xio-ext2.h,v 1.2 2006/05/31 19:28:24 gerhard Exp $ */
|
|
/* Copyright Gerhard Rieger 2006 */
|
|
/* Published under the GNU General Public License V.2, see file COPYING */
|
|
|
|
#ifndef __xio_ext2_h_included
|
|
#define __xio_ext2_h_included 1
|
|
|
|
extern const struct optdesc opt_ext2_secrm;
|
|
extern const struct optdesc opt_ext2_unrm;
|
|
extern const struct optdesc opt_ext2_compr;
|
|
extern const struct optdesc opt_ext2_sync;
|
|
extern const struct optdesc opt_ext2_immutable;
|
|
extern const struct optdesc opt_ext2_append;
|
|
extern const struct optdesc opt_ext2_nodump;
|
|
extern const struct optdesc opt_ext2_noatime;
|
|
extern const struct optdesc opt_ext2_journal_data;
|
|
extern const struct optdesc opt_ext2_notail;
|
|
extern const struct optdesc opt_ext2_dirsync;
|
|
extern const struct optdesc opt_ext2_topdir;
|
|
|
|
#endif /* !defined(__xio_ext2_h_included) */
|