Add iface.[ch]

This commit is contained in:
Adrien Gallouët
2017-03-07 10:33:28 +00:00
parent eb5c6853c1
commit 195908d379
6 changed files with 36 additions and 25 deletions

View File

@@ -3,5 +3,4 @@
int tun_create (char *, char **);
int tun_read (int, void *, size_t);
int tun_write (int, const void *, size_t);
int tun_set_mtu (char *, int);
int tun_set_persist (int, int);