dect
/
asterisk
Archived
13
0
Fork 0

Make callback declaration match one used in trunk.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50056 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
file 2007-01-08 20:10:23 +00:00
parent ae78bf55e5
commit fc31d4eec7
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;
}