From c0526f1dc2782a5333b6ffffa6c9f6fae6290f19 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 2 Aug 2006 20:16:25 +0000 Subject: Tidyups, rename some vars git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4653 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/dns.h | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'include/dns.h') diff --git a/include/dns.h b/include/dns.h index 8334d5dcb..5ef3f60e5 100644 --- a/include/dns.h +++ b/include/dns.h @@ -1,5 +1,22 @@ +/* +------------------------------------+ + * | Inspire Internet Relay Chat Daemon | + * +------------------------------------+ + * + * InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev. + * E-mail: + * + * + * + * Written by Craig Edwards, Craig McLure, and others. + * This program is free but copyrighted software; see + * the file COPYING for details. + * + * --------------------------------------------------- + */ + /* -dns.h - dns library declarations based on firedns Copyright (C) 2002 Ian Gulliver +dns.h - dns library very very loosely based on +firedns, Copyright (C) 2002 Ian Gulliver This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as @@ -129,6 +146,7 @@ class DNS : public Extensible private: insp_inaddr myserver; static int MasterSocket; + Resolver* Classes[65536]; public: static int GetMasterSocket(); int GetIP(const char* name); @@ -142,3 +160,4 @@ class DNS : public Extensible }; #endif + -- cgit v1.2.3