summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorGeorge Joseph <george.joseph@fairview5.com>2014-12-12 23:54:45 +0000
committerGeorge Joseph <george.joseph@fairview5.com>2014-12-12 23:54:45 +0000
commit2b8c4410964ef037450626099c65636340190312 (patch)
tree8d78a367a304774cea066405872f912a7304e753 /main
parent8f12ded8871a68f3e6bbbcf7665c916c01295912 (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/ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@429542 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main')
-rw-r--r--main/manager.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/manager.c b/main/manager.c
index 31c541085..9266141f7 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>