aboutsummaryrefslogtreecommitdiffstats
path: root/dnsmgr.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-14 23:08:06 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-14 23:08:06 +0000
commite1bdf6e7ef8f759080b2b2bdd99b623db24ce138 (patch)
treed425a23754dcbd13f4d2dcb527fadd5aabe56d99 /dnsmgr.c
parentbddd8bab575774511245de47fd7c07e6b06d976f (diff)
Bug 4377 - Initial round of loader changes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10084 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'dnsmgr.c')
-rw-r--r--dnsmgr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dnsmgr.c b/dnsmgr.c
index db4c5dfd3..fac0c8daf 100644
--- a/dnsmgr.c
+++ b/dnsmgr.c
@@ -291,9 +291,9 @@ int dnsmgr_init(void)
return do_reload(1);
}
-void dnsmgr_reload(void)
+int dnsmgr_reload(void)
{
- do_reload(0);
+ return do_reload(0);
}
static int do_reload(int loading)