aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/netif
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/netif')
-rw-r--r--include/osmocom/netif/rtp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/netif/rtp.h b/include/osmocom/netif/rtp.h
index 46007db..c01df41 100644
--- a/include/osmocom/netif/rtp.h
+++ b/include/osmocom/netif/rtp.h
@@ -53,6 +53,9 @@ struct rtcp_hdr {
existing MTU. */
#define RTP_MSGB_SIZE 1500
+
+struct msgb;
+
struct osmo_rtp_handle *osmo_rtp_handle_create(void *ctx);
void osmo_rtp_handle_free(struct osmo_rtp_handle *h);