]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/hosthiding.h
Fix for crash on BURST (B) message for a channel with +L, at least one ban or except...
[irc/evilnet/x3.git] / src / hosthiding.h
index 48adbd17aaec2d5f1b66ce183d5626b84ccfd294..be3d7be0afcd07ba6ae06559030ac19e628a77c7 100644 (file)
@@ -5,7 +5,7 @@
  *
  * x3 is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
  * Proto types
  */
 
-#define KEY  45432
-#define KEY2 76934
-#define KEY3 98336
-
 extern int str2arr (char **, char *, char *);
 extern unsigned long crc32 (const unsigned char *, unsigned int);
 extern void make_virthost (char *curr, char *host, char *virt);
 extern void make_virtip (char *curr, char *host, char *virt);
 
+/* IPv6 Stuff */
+extern void ip62arr (char *, char *);
+extern void make_ipv6virthost (char *curr, char *host, char *new);
+
 #endif