aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@gnumonks.org>2012-07-03 20:03:01 +0200
committerPablo Neira Ayuso <pablo@gnumonks.org>2012-07-03 20:03:01 +0200
commitf52b3c8b11dd30317f7084b075716d4336b0169f (patch)
tree613a1e8fe8fe1369912d0666c136178c97cb8d44 /include/osmocom
parentf04b5f66f39e8f50eb6792c1b17ad1cbf30672a6 (diff)
rtp: remove unused rtp_handle parameter from osmo_rtp_parse
And also adjust example files to use the new function. Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org>
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/netif/rtp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/netif/rtp.h b/include/osmocom/netif/rtp.h
index 3218006..e65bd15 100644
--- a/include/osmocom/netif/rtp.h
+++ b/include/osmocom/netif/rtp.h
@@ -57,7 +57,7 @@ int osmo_rtp_handle_tx_set_sequence(struct osmo_rtp_handle *h, uint16_t seq);
int osmo_rtp_handle_tx_set_ssrc(struct osmo_rtp_handle *h, uint32_t ssrc);
int osmo_rtp_handle_tx_set_timestamp(struct osmo_rtp_handle *h, uint32_t timestamp);
-int osmo_rtp_parse(struct osmo_rtp_handle *h, struct msgb *msg);
+int osmo_rtp_parse(struct msgb *msg);
struct msgb *osmo_rtp_build(struct osmo_rtp_handle *h, uint8_t payload_type, uint32_t payload_len, const void *data, uint32_t duration);
/* supported RTP payload types. */