pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ggsn/+/38507?usp=email )
Change subject: tun.h: Remove non-existent tun_decaps()
......................................................................
tun.h: Remove non-existent tun_decaps()
Change-Id: If9cc5d2d54b87e38feefa55cb9410715fa9bd11f
---
M lib/tun.h
1 file changed, 0 insertions(+), 1 deletion(-)
Approvals:
osmith: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/lib/tun.h b/lib/tun.h
index 544e56a..a6b6181 100644
--- a/lib/tun.h
+++ b/lib/tun.h
@@ -47,7 +47,6 @@
extern int tun_new(struct tun_t **tun, const char *dev_name, bool use_kernel, int fd0,
int fd1u);
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);
extern int tun_addaddr(struct tun_t *this, struct in46_addr *addr, size_t prefixlen);
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ggsn/+/38507?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Change-Id: If9cc5d2d54b87e38feefa55cb9410715fa9bd11f
Gerrit-Change-Number: 38507
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>