aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-08 20:10:23 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-08 20:10:23 +0000
commitfc31d4eec7b2e2ea6639a3d4aae4ab55e64faab1 (patch)
treee78b98f226db82b1b15f8ca5965c6f6fafb8e5c1 /main
parentae78bf55e53a73343e89001b5876c43e4129bf01 (diff)
Make callback declaration match one used in trunk.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50056 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main')
-rw-r--r--main/rtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/rtp.c b/main/rtp.c
index 4ba217203..b4c37087d 100644
--- a/main/rtp.c
+++ b/main/rtp.c
@@ -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;
}