1 /* source: xio-file.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_file_h_included
6 #define __xio_file_h_included 1
8 extern const struct optdesc opt_o_rdonly
;
9 extern const struct optdesc opt_o_wronly
;
10 extern const struct optdesc opt_o_rdwr
;
11 extern const struct optdesc opt_o_create
;
12 extern const struct optdesc opt_o_excl
;
13 extern const struct optdesc opt_o_noctty
;
14 extern const struct optdesc opt_o_sync
;
15 extern const struct optdesc opt_o_nofollow
;
16 extern const struct optdesc opt_o_directory
;
17 extern const struct optdesc opt_o_largefile
;
18 extern const struct optdesc opt_o_nshare
;
19 extern const struct optdesc opt_o_rshare
;
20 extern const struct optdesc opt_o_defer
;
21 extern const struct optdesc opt_o_direct
;
22 extern const struct optdesc opt_o_dsync
;
23 extern const struct optdesc opt_o_rsync
;
24 extern const struct optdesc opt_o_delay
;
25 extern const struct optdesc opt_o_priv
;
26 extern const struct optdesc opt_o_trunc
;
27 extern const struct optdesc opt_o_noatime
;
29 extern const struct addrdesc xioaddr_open
;
31 #endif /* !defined(__xio_file_h_included) */