aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-20 00:29:09 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-20 00:29:09 +0000
commitabc625c7e817468dc9f23e1313c03eb3853eecb7 (patch)
tree05f62ccb5c5f44a6aaf5e2b8855363ef810f1c97 /include/asterisk/channel.h
parent638e0aa64fde05fdf6bed12d43a907d5f250eec8 (diff)
Merge Mike's announcement enhancements
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3020 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 c6c3e2461..e420a1982 100755
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -614,6 +614,9 @@ int ast_sendtext(struct ast_channel *chan, char *text);
* Read a char of text from a channel
* Returns 0 on success, -1 on failure
*/
+
+int ast_senddigit(struct ast_channel *chan, char digit);
+
int ast_recvchar(struct ast_channel *chan, int timeout);
//! Browse channels in use