mirror of
https://github.com/moparisthebest/socat
synced 2024-11-10 19:15:03 -05:00
19 lines
618 B
C
19 lines
618 B
C
/* source: xiolayer.h */
|
|
/* Copyright Gerhard Rieger 2001-2005 */
|
|
/* 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;
|
|
extern const struct optdesc opt_forever;
|
|
extern const struct optdesc opt_intervall;
|
|
extern const struct optdesc opt_retry;
|
|
|
|
#endif /* !defined(__xiolayer_h_included) */
|