summaryrefslogtreecommitdiff
path: root/include/dns.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-02 20:16:25 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-02 20:16:25 +0000
commitc0526f1dc2782a5333b6ffffa6c9f6fae6290f19 (patch)
tree04660d07784256f7cdb8603a2d3157be8c52ae31 /include/dns.h
parente5ab44198da68141c09dd27d3c786b4ebc8d0e7a (diff)
Tidyups, rename some vars
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4653 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/dns.h')
-rw-r--r--include/dns.h21
1 files changed, 20 insertions, 1 deletions
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:
+ * <brain@chatspike.net>
+ * <Craig@chatspike.net>
+ *
+ * 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
+