for w32 port
[oweals/gnunet.git] / src / vpn / gnunet-vpn-tun.h
1 #ifndef _GNTUN_TUN_H_
2 #define _GNTUN_TUN_H_
3
4 /**
5  * Creates a tun-interface called dev;
6  * if *dev == 0, uses the name supplied by the kernel
7  * returns the fd to the tun or -1
8  */
9 int init_tun(char *dev);
10
11 #endif