mgcp: Fix the signature of the change_cb to not carry the port.

This commit is contained in:
Holger Hans Peter Freyther
2010-08-05 07:09:14 +08:00
parent c12bfa45a5
commit 08a366f11f

View File

@@ -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;