summaryrefslogtreecommitdiff
path: root/tun.h
blob: 68ccf73496b8b9450fda17ffea3c8a89aea19ba8 (plain)
1
2
3
4
5
extern int tun_fd;

int tun_setup(void);

void handle_tun(int tun_fd);