summaryrefslogtreecommitdiff
path: root/include/asterisk
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-06-05 16:17:31 +0000
committerRussell Bryant <russell@russellbryant.com>2006-06-05 16:17:31 +0000
commitb0260c103985c94a38728451df8b2474d6f96a95 (patch)
tree2ea1bc730ac27c37a929261c91b05bea2090f2eb /include/asterisk
parentde0c61807d8e3940827022db6bab8bad3a1b776a (diff)
revert the changes to allow chan_iax2 to use dnsmgr for registrations.
my concerns are listed in issue #6305 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32327 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk')
-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 */