summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2007-01-08 20:10:23 +0000
committerJoshua Colp <jcolp@digium.com>2007-01-08 20:10:23 +0000
commitee137a5eaa1477703678a90404ebfce314862198 (patch)
treee78b98f226db82b1b15f8ca5965c6f6fafb8e5c1 /main
parent3e0d0362e8b3b80bae768d152ee483ab6eb7fcea (diff)
Make callback declaration match one used in trunk.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@50056 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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;
}