aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tun.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tun.h')
-rw-r--r--lib/tun.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tun.h b/lib/tun.h
index 67ef39d..50ac806 100644
--- a/lib/tun.h
+++ b/lib/tun.h
@@ -65,7 +65,7 @@ struct tun_t {
void *priv;
};
-extern int tun_new(struct tun_t **tun);
+extern int tun_new(struct tun_t **tun, const char *dev_name);
extern int tun_free(struct tun_t *tun);
extern int tun_decaps(struct tun_t *this);
extern int tun_encaps(struct tun_t *tun, void *pack, unsigned len);