version 1.7.3.0
[socat.git] / xio-fdnum.h
blob5521f7e71c6271d9de7e828e39cc4b68d5022718
1 /* source: xio-fdnum.h */
2 /* Copyright Gerhard Rieger 2001-2006 */
3 /* Published under the GNU General Public License V.2, see file COPYING */
5 #ifndef __xio_fdnum_h_included
6 #define __xio_fdnum_h_included 1
8 extern const struct addrdesc addr_fd;
10 extern int xioopen_fd(struct opt *opts, int rw, xiosingle_t *xfd, int numfd, int dummy2, int dummy3);
12 #endif /* !defined(__xio_fdnum_h_included) */