X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/68b754827164504609b223470066edfc4aa075dd..ec8177c5c7b355a953871d6fded9ae77cf2a4a96:/src/hosthiding.h diff --git a/src/hosthiding.h b/src/hosthiding.h index b962bbc..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,10 +25,6 @@ * 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);