mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-07 05:39:39 +00:00
Make ast_do_masquerade() a void function.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@381086 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2322,7 +2322,7 @@ int ast_transfer(struct ast_channel *chan, char *dest);
|
||||
* while the features are nice, the cost is very high in terms of pure nastiness. XXX
|
||||
* \param chan Channel to masquerade
|
||||
*/
|
||||
int ast_do_masquerade(struct ast_channel *chan);
|
||||
void ast_do_masquerade(struct ast_channel *chan);
|
||||
|
||||
/*!
|
||||
* \brief Find bridged channel
|
||||
|
Reference in New Issue
Block a user