mirror of
https://repo.or.cz/socat.git
synced 2025-07-10 14:12:58 +00:00
socat V1.6.0.0 (initial GIT commit)
This commit is contained in:
commit
b819572f5e
170 changed files with 59193 additions and 0 deletions
31
xio-file.h
Normal file
31
xio-file.h
Normal file
|
@ -0,0 +1,31 @@
|
|||
/* $Id: xio-file.h,v 1.8 2006/07/13 21:19:15 gerhard Exp $ */
|
||||
/* Copyright Gerhard Rieger 2001-2006 */
|
||||
/* Published under the GNU General Public License V.2, see file COPYING */
|
||||
|
||||
#ifndef __xio_file_h_included
|
||||
#define __xio_file_h_included 1
|
||||
|
||||
extern const struct optdesc opt_o_rdonly;
|
||||
extern const struct optdesc opt_o_wronly;
|
||||
extern const struct optdesc opt_o_rdwr;
|
||||
extern const struct optdesc opt_o_create;
|
||||
extern const struct optdesc opt_o_excl;
|
||||
extern const struct optdesc opt_o_noctty;
|
||||
extern const struct optdesc opt_o_sync;
|
||||
extern const struct optdesc opt_o_nofollow;
|
||||
extern const struct optdesc opt_o_directory;
|
||||
extern const struct optdesc opt_o_largefile;
|
||||
extern const struct optdesc opt_o_nshare;
|
||||
extern const struct optdesc opt_o_rshare;
|
||||
extern const struct optdesc opt_o_defer;
|
||||
extern const struct optdesc opt_o_direct;
|
||||
extern const struct optdesc opt_o_dsync;
|
||||
extern const struct optdesc opt_o_rsync;
|
||||
extern const struct optdesc opt_o_delay;
|
||||
extern const struct optdesc opt_o_priv;
|
||||
extern const struct optdesc opt_o_trunc;
|
||||
extern const struct optdesc opt_o_noatime;
|
||||
|
||||
extern const struct addrdesc addr_open;
|
||||
|
||||
#endif /* !defined(__xio_file_h_included) */
|
Loading…
Add table
Add a link
Reference in a new issue