aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/channel_pvt.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2000-03-26 01:59:06 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2000-03-26 01:59:06 +0000
commitfab529cb029abf375e0f0a60e7b635f6c067106e (patch)
tree0c056fe684b8ab582cb1c7800e4802b7e7d6a92f /include/asterisk/channel_pvt.h
parent679e53660faaff7268141f559cbc47a52140899b (diff)
Version 0.1.3 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@207 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/channel_pvt.h')
-rwxr-xr-xinclude/asterisk/channel_pvt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/channel_pvt.h b/include/asterisk/channel_pvt.h
index bd75102e5..8657d4d58 100755
--- a/include/asterisk/channel_pvt.h
+++ b/include/asterisk/channel_pvt.h
@@ -37,6 +37,8 @@ struct ast_channel_pvt {
struct ast_frame * (*read)(struct ast_channel *chan);
/* Write a frame, in standard format */
int (*write)(struct ast_channel *chan, struct ast_frame *frame);
+ /* Display or transmit text */
+ int (*send_text)(struct ast_channel *chan, char *text);
};
/* Create a channel structure */