aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-16 12:57:15 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-16 12:57:15 +0000
commitd2a8739e6d29ff1a9f453d0793efe613cd4ea351 (patch)
treeb72c3e001f3caa3ab480bdc213260f89856b3ea8 /channel.c
parent4e21113090684465ee00765997da1dad08855dbf (diff)
- Fixes to ast_channel_lock functions
- New get_sip_pvt_byid function (not really used correctly yet...) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@20424 f38db490-d61c-443f-a65b-d21fe96a405b
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;