mirror of
https://repo.or.cz/socat.git
synced 2025-07-12 22:53:24 +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
26
xio-named.h
Normal file
26
xio-named.h
Normal file
|
@ -0,0 +1,26 @@
|
|||
/* $Id: xio-named.h,v 1.8 2006/03/18 20:04:31 gerhard Exp $ */
|
||||
/* Copyright Gerhard Rieger 2001-2006 */
|
||||
/* Published under the GNU General Public License V.2, see file COPYING */
|
||||
|
||||
#ifndef __xio_named_h_included
|
||||
#define __xio_named_h_included 1
|
||||
|
||||
extern const struct optdesc opt_group_early;
|
||||
extern const struct optdesc opt_perm_early;
|
||||
extern const struct optdesc opt_user_early;
|
||||
/*0 extern const struct optdesc opt_cleanup; */
|
||||
/*0 extern const struct optdesc opt_force; */
|
||||
extern const struct optdesc opt_unlink;
|
||||
extern const struct optdesc opt_unlink_early;
|
||||
extern const struct optdesc opt_unlink_late;
|
||||
extern const struct optdesc opt_unlink_close;
|
||||
extern const struct optdesc opt_umask;
|
||||
|
||||
extern int
|
||||
applyopts_named(const char *filename, struct opt *opts, unsigned int phase);
|
||||
extern int _xioopen_named_early(int argc, const char *argv[], xiofile_t *xfd,
|
||||
int groups,
|
||||
bool *exists, struct opt *opts);
|
||||
extern int _xioopen_open(const char *path, int rw, struct opt *opts);
|
||||
|
||||
#endif /* !defined(__xio_named_h_included) */
|
Loading…
Add table
Add a link
Reference in a new issue