aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-05 07:09:14 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-08 07:21:58 +0800
commit08a366f11f141a0bc968464d57a65266d6f73807 (patch)
tree3cfbdc1fe053727e781b708435e50540e2b204fe /openbsc
parentc12bfa45a50669837ca0780e616ff427bb738e97 (diff)
mgcp: Fix the signature of the change_cb to not carry the port.
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/mgcp/mgcp_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/mgcp/mgcp_main.c b/openbsc/src/mgcp/mgcp_main.c
index f7f1f80fc..6d0afa018 100644
--- a/openbsc/src/mgcp/mgcp_main.c
+++ b/openbsc/src/mgcp/mgcp_main.c
@@ -128,7 +128,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;