summaryrefslogtreecommitdiff
path: root/include/asterisk/channel_pvt.h
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2002-10-07 17:08:29 +0000
committerMark Spencer <markster@digium.com>2002-10-07 17:08:29 +0000
commit5a486c4015df189f9e77b1451bad0e530f01cc77 (patch)
treecb4794dd7192a82f8defbdb7bb5bcce6f0e57f41 /include/asterisk/channel_pvt.h
parent1650f8e8824a3b609208e541499510602a77d436 (diff)
Version 0.3.0 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@531 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 a96b4a13a..a815f5c4a 100755
--- a/include/asterisk/channel_pvt.h
+++ b/include/asterisk/channel_pvt.h
@@ -81,6 +81,8 @@ int ast_queue_control(struct ast_channel *chan, int control, int lock);
/*! Change the state of a channel */
int ast_setstate(struct ast_channel *chan, int state);
+void ast_change_name(struct ast_channel *chan, char *newname);
+
//! Free a channel structure
void ast_channel_free(struct ast_channel *);