From ee137a5eaa1477703678a90404ebfce314862198 Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Mon, 8 Jan 2007 20:10:23 +0000 Subject: [PATCH] Make callback declaration match one used in trunk. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@50056 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/rtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/rtp.c b/main/rtp.c index 4ba217203e..b4c37087d9 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; }