0
0
mirror of https://github.com/OpenVPN/openvpn.git synced 2024-09-20 03:52:28 +02:00

drop "book ipv6" from open_tun() and tuncfg() prototypes

This commit is contained in:
Gert Doering 2010-02-28 23:04:04 +01:00
parent b52c5256ef
commit a86ce6ea4e

4
tun.h
View File

@ -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,