Make callback declaration match one used in trunk.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@50056 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp 2007-01-08 20:10:23 +00:00
parent 3e0d0362e8
commit ee137a5eaa
1 changed files with 1 additions and 1 deletions

View File

@ -3008,7 +3008,7 @@ static int p2p_callback_enable(struct ast_channel *chan, struct ast_rtp *rtp, in
return 1;
}
#else
static int p2p_callback_enable(struct ast_channel *chan, struct ast_rtp *rtp, int *fds, int **iod)
static int p2p_callback_enable(struct ast_channel *chan, struct ast_rtp *rtp, int **iod)
{
return 0;
}