aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-22 04:11:22 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-22 04:11:22 +0000
commitd3895410f133c2a69e1208ac4d595bcad3fa6cf5 (patch)
tree900c6863b338822feeda356de1551c36873d6356 /include/asterisk/channel.h
parent2cb317286a70df8459496a44931508024c63059e (diff)
Merge fabeman's extensive meetme improvements (bug #1624)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3038 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/channel.h')
-rwxr-xr-xinclude/asterisk/channel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index baae96213..758670f28 100755
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -628,6 +628,9 @@ int ast_recvchar(struct ast_channel *chan, int timeout);
*/
struct ast_channel *ast_channel_walk_locked(struct ast_channel *prev);
+//! Get channel by name (locks channel)
+struct ast_channel *ast_get_channel_by_name_locked(char *channame);
+
//! Waits for a digit
/*!
* \param c channel to wait for a digit on