projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e0d036
)
Make callback declaration match one used in trunk.
author
Joshua Colp
<jcolp@digium.com>
Mon, 8 Jan 2007 20:10:23 +0000
(20:10 +0000)
committer
Joshua Colp
<jcolp@digium.com>
Mon, 8 Jan 2007 20:10:23 +0000
(20:10 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@50056
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
main/rtp.c
patch
|
blob
|
history
diff --git
a/main/rtp.c
b/main/rtp.c
index
4ba2172
..
b4c3708
100644
(file)
--- 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;
}