aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tun.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-08-12 15:07:02 +0200
committerHarald Welte <laforge@gnumonks.org>2017-08-12 22:54:56 +0200
commitcae6e41162be3889df3c350eef80f27e89538323 (patch)
tree682169a094a02aa5051cc899cc38e32c8c6a5461 /lib/tun.h
parent67c092bd1b526f1964bc6f29bd3c67c510dd2b72 (diff)
Introduce a VTY, factually turning OpenGGSN into an Osmocom program
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);