aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-05 16:17:31 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-05 16:17:31 +0000
commitc5b26df05c1167bae184bee97a83eafb68c9358c (patch)
tree2ea1bc730ac27c37a929261c91b05bea2090f2eb /include
parent436d0a6604e4a4197fa230020a78e3361d110c0f (diff)
revert the changes to allow chan_iax2 to use dnsmgr for registrations.
my concerns are listed in issue #6305 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32327 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/dnsmgr.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asterisk/dnsmgr.h b/include/asterisk/dnsmgr.h
index c9077717e..b5cc2a7ed 100644
--- a/include/asterisk/dnsmgr.h
+++ b/include/asterisk/dnsmgr.h
@@ -37,10 +37,6 @@ void ast_dnsmgr_release(struct ast_dnsmgr_entry *entry);
int ast_dnsmgr_lookup(const char *name, struct in_addr *result, struct ast_dnsmgr_entry **dnsmgr);
-int ast_dnsmgr_refresh(struct ast_dnsmgr_entry *entry, int verbose);
-
-int ast_dnsmgr_changed(struct ast_dnsmgr_entry *entry);
-
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif /* c_plusplus */