Browse code

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

Gert Doering authored on 2010/03/01 07:04:04
Showing 1 changed files
... ...
@@ -202,7 +202,7 @@ tuntap_defined (const struct tuntap *tt)
202 202
 void clear_tuntap (struct tuntap *tuntap);
203 203
 
204 204
 void open_tun (const char *dev, const char *dev_type, const char *dev_node,
205
-	       bool ipv6, struct tuntap *tt);
205
+	       struct tuntap *tt);
206 206
 
207 207
 void close_tun (struct tuntap *tt);
208 208
 
... ...
@@ -211,7 +211,7 @@ int write_tun (struct tuntap* tt, uint8_t *buf, int len);
211 211
 int read_tun (struct tuntap* tt, uint8_t *buf, int len);
212 212
 
213 213
 void tuncfg (const char *dev, const char *dev_type, const char *dev_node,
214
-	     bool ipv6, int persist_mode, const char *username,
214
+	     int persist_mode, const char *username,
215 215
 	     const char *groupname, const struct tuntap_options *options);
216 216
 
217 217
 const char *guess_tuntap_dev (const char *dev,