Don't try to look offhook with channel banks & Loopstart (bug #2362), also make individual modules reloadable...

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3714 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-09-02 20:45:24 +00:00
parent 93818c761b
commit fd7577eed2
5 changed files with 25 additions and 14 deletions

View File

@@ -138,7 +138,7 @@ int ast_loader_unregister(int (*updater)(void));
* This reloads all modules set to load in asterisk. It does NOT run the unload
* routine and then loads them again, it runs the given reload routine.
*/
void ast_module_reload(void);
void ast_module_reload(const char *name);
int ast_register_atexit(void (*func)(void));
void ast_unregister_atexit(void (*func)(void));