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 e602cd6988
commit a3b46c9ac0
1 changed files with 1 additions and 1 deletions

View File

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