Version 1.8.0.0
[socat.git] / xio-tun.h
blobbbb440d7f19af5a476254562b4544119fe2c3fb1
1 /* source: xio-tun.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_tun_h_included
6 #define __xio_tun_h_included 1
8 extern const struct optdesc opt_tun_device;
9 extern const struct optdesc opt_tun_name;
10 extern const struct optdesc opt_tun_type;
11 extern const struct optdesc opt_iff_no_pi;
13 extern const struct addrdesc xioaddr_tun;
15 #endif /* !defined(__xio_tun_h_included) */