nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | /* source: xio-file.h */ |
2 | /* Copyright Gerhard Rieger 2001-2007 */ |
||
3 | /* Published under the GNU General Public License V.2, see file COPYING */ |
||
4 | |||
5 | #ifndef __xio_file_h_included |
||
6 | #define __xio_file_h_included 1 |
||
7 | |||
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; |
||
28 | |||
29 | extern const union xioaddr_desc *xioaddrs_open[]; |
||
30 | |||
31 | #endif /* !defined(__xio_file_h_included) */ |