mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-09 06:28:14 +00:00
Allow groups to be checked in reverse order, make musiconhold die on restart
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1269 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -140,6 +140,9 @@ int ast_loader_unregister(int (*updater)(void));
|
||||
*/
|
||||
void ast_module_reload(void);
|
||||
|
||||
int ast_register_atexit(void (*func)(void));
|
||||
void ast_unregister_atexit(void (*func)(void));
|
||||
|
||||
/* Local user routines keep track of which channels are using a given module resource.
|
||||
They can help make removing modules safer, particularly if they're in use at the time
|
||||
they have been requested to be removed */
|
||||
|
Reference in New Issue
Block a user