aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/channel_pvt.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2002-10-07 17:08:29 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2002-10-07 17:08:29 +0000
commit3cbb4b10c40ed6480000a45cb34597314fe9aa0c (patch)
treecb4794dd7192a82f8defbdb7bb5bcce6f0e57f41 /include/asterisk/channel_pvt.h
parent023e369640fe2de42a978e7188dfa96998358960 (diff)
Version 0.3.0 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@531 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 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 *);