aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/netif
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@soleta.eu>2015-07-21 10:40:00 +0200
committerPablo Neira Ayuso <pablo@soleta.eu>2015-07-21 11:05:41 +0200
commite1aefad278de2ca9cc410cf6de6752424097c063 (patch)
treea91254fc58780a6b3e6bd16158435172229ac488 /include/osmocom/netif
parentf9407cc66811d67641fa1d1bb828dc051470ba10 (diff)
osmux: kill osmux_get_hdr()
Never used, so let's get rid of this function. We can recover it later on in case we need it.
Diffstat (limited to 'include/osmocom/netif')
-rw-r--r--include/osmocom/netif/osmux.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/osmocom/netif/osmux.h b/include/osmocom/netif/osmux.h
index c1f527a..83bb2e1 100644
--- a/include/osmocom/netif/osmux.h
+++ b/include/osmocom/netif/osmux.h
@@ -70,8 +70,6 @@ struct osmux_out_handle {
uint32_t rtp_ssrc;
};
-struct osmux_hdr *osmux_get_hdr(struct msgb *msg);
-
static inline uint8_t *osmux_get_payload(struct osmux_hdr *osmuxh)
{
return (uint8_t *)osmuxh + sizeof(struct osmux_hdr);