From a3b46c9ac06adbd16fb0d9a6ae1e31395adca85a Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 5 Aug 2010 07:09:14 +0800 Subject: mgcp: Fix the signature of the change_cb to not carry the port. --- openbsc/src/mgcp/mgcp_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc') diff --git a/openbsc/src/mgcp/mgcp_main.c b/openbsc/src/mgcp/mgcp_main.c index d5b6502cb..76f4667f9 100644 --- a/openbsc/src/mgcp/mgcp_main.c +++ b/openbsc/src/mgcp/mgcp_main.c @@ -121,7 +121,7 @@ static int mgcp_rsip_cb(struct mgcp_config *cfg) return 0; } -static int mgcp_change_cb(struct mgcp_config *cfg, int endpoint, int state, int local_rtp) +static int mgcp_change_cb(struct mgcp_config *cfg, int endpoint, int state) { if (state != MGCP_ENDP_MDCX) return 0; -- cgit v1.2.3