From 2fe49e7a5f570f52d4f4722582ca25e947c9684e Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Fri, 14 Oct 2005 00:46:13 +0000 Subject: support sending text through agent channels (issue #5295) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6787 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/channel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/asterisk') 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 */ /*! -- cgit v1.2.3