aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/mgcp_internal.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-08-29 14:30:47 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-08-30 15:04:16 +0200
commitb57e5ff5efad32bab815f47f2cb4693c5176f684 (patch)
tree375f0ef7e2cf763e4380dc778eed075136b6887d /openbsc/include/openbsc/mgcp_internal.h
parent4f4bffdf207b9526dddb5cb38d47d50e5b6a9709 (diff)
mgcp: Work on the decompress, compress...
Diffstat (limited to 'openbsc/include/openbsc/mgcp_internal.h')
-rw-r--r--openbsc/include/openbsc/mgcp_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/mgcp_internal.h b/openbsc/include/openbsc/mgcp_internal.h
index dc00112d3..c1b2bb338 100644
--- a/openbsc/include/openbsc/mgcp_internal.h
+++ b/openbsc/include/openbsc/mgcp_internal.h
@@ -175,7 +175,7 @@ struct mgcp_trunk_config *mgcp_trunk_num(struct mgcp_config *cfg, int index);
int rtp_compress(struct mgcp_rtp_compr_state *state, struct msgb *msg,
int endpoint, struct llist_head *rtp_packets);
-struct llist_head rtp_decompress(struct mgcp_rtp_compr_state *state, void *ctx,
+struct llist_head rtp_decompress(struct mgcp_rtp_compr_state *state,
struct msgb *msg);