]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/res.c
Some const stuff for m_set.
[irc/rqf/shadowircd.git] / src / res.c
index bd5b31cce52202e58a7902a4a3470b98c7178aee..08b2c251cf23d484ca162e77d29574fb02fdffbd 100644 (file)
--- a/src/res.c
+++ b/src/res.c
@@ -31,7 +31,7 @@
 #include "ircd.h"
 #include "res.h"
 #include "reslib.h"
-#include "irc_string.h"
+#include "match.h"
 #include "numeric.h"
 #include "client.h" /* SNO_* */
 
@@ -99,11 +99,6 @@ static int proc_answer(struct reslist *request, HEADER * header, char *, char *)
 static struct reslist *find_id(int id);
 static struct DNSReply *make_dnsreply(struct reslist *request);
 
-extern struct rb_sockaddr_storage irc_nsaddr_list[IRCD_MAXNS];
-extern int irc_nscount;
-extern char irc_domain[HOSTLEN + 1];
-
-
 /*
  * int
  * res_ourserver(inp)