From 200d4f2d236adb2fb0786399fcf65828e5369128 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 2 Aug 2006 19:07:12 +0000 Subject: Change comment at start of the file, rename dns_connection to dns_request (they no longer represent connections with unique FD's so the old name was kind of silly) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4649 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/dns.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/dns.h') diff --git a/include/dns.h b/include/dns.h index 56e1f25f3..1f520de33 100644 --- a/include/dns.h +++ b/include/dns.h @@ -47,9 +47,9 @@ enum ResolverError class DNS : public Extensible { public: - int dns_getip(const char* name); - int dns_getname(const insp_inaddr* ip); - DNSResult dns_getresult(); + int GetIP(const char* name); + int GetName(const insp_inaddr* ip); + DNSResult GetResult(); DNS(); ~DNS(); }; -- cgit v1.2.3