]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/reslib.h
Move some declarations to header files, this enforces that they match.
[irc/rqf/shadowircd.git] / include / reslib.h
index 38e061b9f14a0aea634c39583a43b7dcd6c320d3..13360550a57decb1097f1014183ad1f8667348ae 100644 (file)
@@ -115,4 +115,6 @@ extern void irc_ns_put16(unsigned int src, unsigned char *dst);
 extern void irc_ns_put32(unsigned long src, unsigned char *dst);
 extern int irc_res_mkquery(const char *dname, int class, int type, unsigned char *buf, int buflen);
 
+extern char irc_domain[HOSTLEN + 1];
+
 #endif