mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
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:
@@ -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 *);
|
||||
|
||||
|
Reference in New Issue
Block a user