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:
Mark Spencer
2003-08-07 03:48:00 +00:00
parent 58022ed110
commit 01fcb9779a
4 changed files with 102 additions and 9 deletions

View File

@@ -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 */