mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Use static functions here instead of nested ones. This requires a small
change to the ast_bridge_config struct as well. To understand the reason for this change, see the following post: http://gcc.gnu.org/ml/gcc-help/2008-11/msg00049.html git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@155553 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -540,7 +540,8 @@ struct ast_bridge_config {
|
||||
const char *start_sound;
|
||||
int firstpass;
|
||||
unsigned int flags;
|
||||
void (* end_bridge_callback)(void); /*!< A callback that is called after a bridge attempt */
|
||||
void (* end_bridge_callback)(void *); /*!< A callback that is called after a bridge attempt */
|
||||
void *end_bridge_callback_data; /*!< Data passed to the callback */
|
||||
};
|
||||
|
||||
struct chanmon;
|
||||
|
Reference in New Issue
Block a user