nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | /* source: xiolayer.h */ |
2 | /* Copyright Gerhard Rieger 2001-2008 */ |
||
3 | /* Published under the GNU General Public License V.2, see file COPYING */ |
||
4 | |||
5 | #ifndef __xiolayer_h_included |
||
6 | #define __xiolayer_h_included 1 |
||
7 | |||
8 | extern const struct optdesc opt_ignoreeof; |
||
9 | extern const struct optdesc opt_cr; |
||
10 | extern const struct optdesc opt_crnl; |
||
11 | extern const struct optdesc opt_readbytes; |
||
12 | extern const struct optdesc opt_lockfile; |
||
13 | extern const struct optdesc opt_waitlock; |
||
14 | extern const struct optdesc opt_escape; |
||
15 | extern const struct optdesc opt_forever; |
||
16 | extern const struct optdesc opt_intervall; |
||
17 | extern const struct optdesc opt_retry; |
||
18 | |||
19 | #endif /* !defined(__xiolayer_h_included) */ |