X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Ftools.h;h=dffb4a2188a4f9828b879dace81e9fd8a1bb87de;hb=bb5692b9cbff069abbf9573c81e86c3cd2061ceb;hp=c96e0a8e9efc3b64675916301f2e8e9752450d11;hpb=95fed4deda0319bee515e44ceec0c77061a2c04e;p=NeonServV5.git diff --git a/src/tools.h b/src/tools.h index c96e0a8..dffb4a2 100644 --- a/src/tools.h +++ b/src/tools.h @@ -1,5 +1,5 @@ -/* tools.h - NeonServ v5.0 - * Copyright (C) 2011 Philipp Kreil (pk910) +/* tools.h - NeonServ v5.3 + * Copyright (C) 2011-2012 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -82,6 +82,8 @@ char* generate_banmask(struct UserNode *user, char *buffer); char* make_banmask(char *input, char* buffer); int isFakeHost(char *host); +unsigned long crc32(const char *text); + void init_tools(); #endif \ No newline at end of file