aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@soleta.eu>2014-08-28 12:45:04 +0200
committerPablo Neira Ayuso <pablo@soleta.eu>2014-08-28 12:45:04 +0200
commit0143d6ec18f441433b94b9b3765fb01228c117c1 (patch)
tree4d4562c69d6eab0c16a4d685b9f7ac6481cae9d1 /include
parent69d989aa9663527f3186beb37d306c232795506f (diff)
osmux: add osmux_xfrm_input_fini()
To clean up the osmux input handle.
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/netif/osmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/netif/osmux.h b/include/osmocom/netif/osmux.h
index 3643406..4754089 100644
--- a/include/osmocom/netif/osmux.h
+++ b/include/osmocom/netif/osmux.h
@@ -68,6 +68,7 @@ static inline uint8_t *osmux_get_payload(struct osmux_hdr *osmuxh)
int osmux_snprintf(char *buf, size_t size, struct msgb *msg);
void osmux_xfrm_input_init(struct osmux_in_handle *h);
+void osmux_xfrm_input_fini(struct osmux_in_handle *h);
int osmux_xfrm_input(struct osmux_in_handle *h, struct msgb *msg, int ccid);
void osmux_xfrm_input_deliver(struct osmux_in_handle *h);