summaryrefslogtreecommitdiff
path: root/include
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 /include
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 '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 */