2008-01-28 21:37:16 +00:00
|
|
|
/* source: xiolayer.h */
|
2016-07-22 06:54:31 +00:00
|
|
|
/* Copyright Gerhard Rieger and contributors (see file CHANGES) */
|
2008-01-27 12:00:08 +00:00
|
|
|
/* Published under the GNU General Public License V.2, see file COPYING */
|
|
|
|
|
|
|
|
#ifndef __xiolayer_h_included
|
|
|
|
#define __xiolayer_h_included 1
|
|
|
|
|
|
|
|
extern const struct optdesc opt_ignoreeof;
|
|
|
|
extern const struct optdesc opt_cr;
|
|
|
|
extern const struct optdesc opt_crnl;
|
|
|
|
extern const struct optdesc opt_readbytes;
|
|
|
|
extern const struct optdesc opt_lockfile;
|
|
|
|
extern const struct optdesc opt_waitlock;
|
2008-09-20 21:01:10 +00:00
|
|
|
extern const struct optdesc opt_escape;
|
2008-01-27 12:00:08 +00:00
|
|
|
extern const struct optdesc opt_forever;
|
|
|
|
extern const struct optdesc opt_intervall;
|
|
|
|
extern const struct optdesc opt_retry;
|
2023-07-19 19:51:59 +00:00
|
|
|
extern const struct optdesc opt_umask;
|
|
|
|
extern const struct optdesc opt_un_umask;
|
2008-01-27 12:00:08 +00:00
|
|
|
|
|
|
|
#endif /* !defined(__xiolayer_h_included) */
|