More corrections to test.sh: language; netstat; reuseaddr; usleep; force IPv4; timeout
[socat.git] / xio-fdnum.h
blobbaf89aae9bf9bbd4ebde869b4c58b61c64bff9ce
1 /* source: xio-fdnum.h */
2 /* Copyright Gerhard Rieger and contributors (see file CHANGES) */
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) */