Another year is about to end... So we have to update these damn copyright information :P
[NeonServV5.git] / src / tools.h
index c96e0a8e9efc3b64675916301f2e8e9752450d11..dffb4a2188a4f9828b879dace81e9fd8a1bb87de 100644 (file)
@@ -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