Version 0.3.0 from FTP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@531 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2002-10-07 17:08:29 +00:00
parent 1650f8e882
commit 5a486c4015

View File

@@ -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 *);