From: Joshua Colp Date: Mon, 8 Jan 2007 20:10:23 +0000 (+0000) Subject: Make callback declaration match one used in trunk. X-Git-Tag: 1.6.0-beta1~3^2~3517 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee137a5eaa1477703678a90404ebfce314862198;p=thirdparty%2Fasterisk.git Make callback declaration match one used in trunk. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@50056 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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; }