dect
/
asterisk
Archived
13
0
Fork 0

Version 0.3.0 from FTP

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@531 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2002-10-07 17:08:29 +00:00
parent 023e369640
commit 3cbb4b10c4
1 changed files with 2 additions and 0 deletions

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