summaryrefslogtreecommitdiff
path: root/include/asterisk/channel_pvt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/channel_pvt.h')
-rwxr-xr-xinclude/asterisk/channel_pvt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/channel_pvt.h b/include/asterisk/channel_pvt.h
index 99515611f..a96b4a13a 100755
--- a/include/asterisk/channel_pvt.h
+++ b/include/asterisk/channel_pvt.h
@@ -78,6 +78,9 @@ int ast_queue_hangup(struct ast_channel *chan, int lock);
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);
+
//! Free a channel structure
void ast_channel_free(struct ast_channel *);