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) */