summaryrefslogtreecommitdiff
path: root/main/manager.c
diff options
context:
space:
mode:
authorGeorge Joseph <george.joseph@fairview5.com>2014-12-12 23:57:50 +0000
committerGeorge Joseph <george.joseph@fairview5.com>2014-12-12 23:57:50 +0000
commit6472568bc6956209ab7523d662abd83d799c836d (patch)
treedd756cbb8d6dcf032b6dceed6655c06e2fe0c6f5 /main/manager.c
parent308c1b41dd5e8d89c2950230c1babd826b006629 (diff)
loader: Move definition of ast_module_reload from _private.h to module.h
No functionality change. Just move the definition of ast_module_reload from _private.h to module.h so it can be public. Also removed the include of _private.h from manager.c since ast_module_load was the only reason for including it. Tested-by: George Joseph Review: https://reviewboard.asterisk.org/r/4251/ ........ Merged revisions 429542 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@429543 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/manager.c')
-rw-r--r--main/manager.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/manager.c b/main/manager.c
index 73a5bb50d..ce0f61dd9 100644
--- a/main/manager.c
+++ b/main/manager.c
@@ -56,7 +56,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include "asterisk/_private.h"
#include "asterisk/paths.h" /* use various ast_config_AST_* */
#include <ctype.h>
#include <sys/time.h>