X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/37ef8ee393f2316d81465f1632e0787ecfac1148..cbfd323c3191336a3c07c24725019cdaf87f0dd6:/src/hosthiding.h diff --git a/src/hosthiding.h b/src/hosthiding.h index 48adbd1..be3d7be 100644 --- a/src/hosthiding.h +++ b/src/hosthiding.h @@ -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, @@ -25,13 +25,13 @@ * 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