aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-14 00:46:13 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-14 00:46:13 +0000
commit73f73e1e7c0f9a0126ba51bc17532ec279f0556b (patch)
tree89cf1dc28d7673963c6c70416fc9ce732b50c235 /include
parent73fbc1fc891c44aa3b63cde60d0dad0d8b3f696c (diff)
support sending text through agent channels (issue #5295)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6787 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 4e6328754..fa1e3395b 100755
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -722,7 +722,7 @@ int ast_set_write_format(struct ast_channel *chan, int format);
* Write text to a display on a channel
* Returns 0 on success, -1 on failure
*/
-int ast_sendtext(struct ast_channel *chan, char *text);
+int ast_sendtext(struct ast_channel *chan, const char *text);
/*! Receives a text character from a channel */
/*!