summaryrefslogtreecommitdiff
path: root/channel.c
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-04-16 12:57:15 +0000
committerOlle Johansson <oej@edvina.net>2006-04-16 12:57:15 +0000
commit4a312a044d18e4cc10a9269112c3262e6450c3a1 (patch)
treeb72c3e001f3caa3ab480bdc213260f89856b3ea8 /channel.c
parent4c9c289a5ddc47299a6eee31d1d721deb226ac8e (diff)
- Fixes to ast_channel_lock functions
- New get_sip_pvt_byid function (not really used correctly yet...) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@20424 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channel.c')
-rw-r--r--channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channel.c b/channel.c
index 3e3bda6c9..faf0b3814 100644
--- a/channel.c
+++ b/channel.c
@@ -4217,7 +4217,7 @@ int ast_channel_lock(struct ast_channel *chan)
/*! \brief Lock AST channel (and print debugging output)
\note You need to enable DEBUG_CHANNEL_LOCKS for this function */
-int __ast_channel_trylock(struct ast_channel *chan)
+int ast_channel_trylock(struct ast_channel *chan)
{
int res;