*** VERSION 5.2.0 ***
[NeonServV5.git] / src / tools.h
index 5ece4af925d06fc67307208663ac74bf6c671e9d..aac0e48e879a0be06950d15bfde3ac0dd6c76745 100644 (file)
@@ -1,4 +1,4 @@
-/* tools.h - NeonServ v5.1
+/* tools.h - NeonServ v5.2
  * Copyright (C) 2011  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -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