mirror of
https://repo.or.cz/socat.git
synced 2025-07-07 05:26:32 +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
17
xio-stdio.h
Normal file
17
xio-stdio.h
Normal file
|
@ -0,0 +1,17 @@
|
|||
/* $Id: xio-stdio.h,v 1.5 2006/02/08 19:47:03 gerhard Exp $ */
|
||||
/* Copyright Gerhard Rieger 2001-2006 */
|
||||
/* Published under the GNU General Public License V.2, see file COPYING */
|
||||
|
||||
#ifndef __xio_stdio_h_included
|
||||
#define __xio_stdio_h_included 1
|
||||
|
||||
|
||||
|
||||
extern int xioopen_stdio_bi(xiofile_t *sock);
|
||||
|
||||
extern const struct addrdesc addr_stdio;
|
||||
extern const struct addrdesc addr_stdin;
|
||||
extern const struct addrdesc addr_stdout;
|
||||
extern const struct addrdesc addr_stderr;
|
||||
|
||||
#endif /* !defined(__xio_stdio_h_included) */
|
Loading…
Add table
Add a link
Reference in a new issue