aboutsummaryrefslogtreecommitdiffstats
path: root/include
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 /include
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 'include')
-rw-r--r--include/asterisk/lock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/lock.h b/include/asterisk/lock.h
index 9ff56e033..cef17cfc2 100644
--- a/include/asterisk/lock.h
+++ b/include/asterisk/lock.h
@@ -784,7 +784,7 @@ int ast_channel_unlock(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);
#endif
#endif /* _ASTERISK_LOCK_H */