summaryrefslogtreecommitdiffstats
path: root/tun.h
diff options
context:
space:
mode:
authorGert Doering <gert@greenie.muc.de>2010-02-28 23:04:04 +0100
committerGert Doering <gert@greenie.muc.de>2011-04-24 17:22:40 +0200
commita86ce6ea4e91514da1e88f052e578fc75a05de73 (patch)
treec248324da9555b698924f3c77407543f3eb36b94 /tun.h
parentb52c5256efd5f0120a1322b0b9089c96dbedfe56 (diff)
downloadopenvpn-a86ce6ea4e91514da1e88f052e578fc75a05de73.tar.gz
openvpn-a86ce6ea4e91514da1e88f052e578fc75a05de73.tar.xz
openvpn-a86ce6ea4e91514da1e88f052e578fc75a05de73.zip
drop "book ipv6" from open_tun() and tuncfg() prototypes
Diffstat (limited to 'tun.h')
-rw-r--r--tun.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tun.h b/tun.h
index 40ce959..f28b8d8 100644
--- a/tun.h
+++ b/tun.h
@@ -202,7 +202,7 @@ tuntap_defined (const struct tuntap *tt)
void clear_tuntap (struct tuntap *tuntap);
void open_tun (const char *dev, const char *dev_type, const char *dev_node,
- bool ipv6, struct tuntap *tt);
+ struct tuntap *tt);
void close_tun (struct tuntap *tt);
@@ -211,7 +211,7 @@ int write_tun (struct tuntap* tt, uint8_t *buf, int len);
int read_tun (struct tuntap* tt, uint8_t *buf, int len);
void tuncfg (const char *dev, const char *dev_type, const char *dev_node,
- bool ipv6, int persist_mode, const char *username,
+ int persist_mode, const char *username,
const char *groupname, const struct tuntap_options *options);
const char *guess_tuntap_dev (const char *dev,