summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-09-02 20:45:24 +0000
committerMark Spencer <markster@digium.com>2004-09-02 20:45:24 +0000
commitfd7577eed257112e82880a4367e242eeac721750 (patch)
treeb0a3695c1cd90f04425d73c74960c0b43edff3bc /include
parent93818c761ba3dac3ccc44d3e9154c5ba690a5ff2 (diff)
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
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/module.h b/include/asterisk/module.h
index 83f44ebe9..87aa590f9 100755
--- a/include/asterisk/module.h
+++ b/include/asterisk/module.h
@@ -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));