added new auth-check security feature
[NeonServV5.git] / src / DBHelper.h
index 432bfb1e80e8cf215ae7bb205fb53d764f367a5f..01658f4cf5f1b70fa9359d598e2478bdf634cf63 100644 (file)
@@ -1,5 +1,5 @@
 /* DBHelper.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * 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
@@ -39,5 +39,7 @@ char *getBanAffectingMask(struct ChanNode *chan, char *mask); //returns bans tha
 
 int renameAccount(char *oldauth, char *newauth);
 
+void deleteUser(int userid);
+
 void init_DBHelper();
 #endif
\ No newline at end of file