*** VERSION 5.2.0 ***
[NeonServV5.git] / src / DBHelper.h
index 714246f3bdd9011a020e80cc8ed72952b31b324c..2ccca54083d211d72dd7d3899bc871e2aecfe3e0 100644 (file)
@@ -1,4 +1,4 @@
-/* DBHelper.h - NeonServ v5.0
+/* DBHelper.h - NeonServ v5.2
  * Copyright (C) 2011  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -37,4 +37,5 @@ int isUserProtected(struct ChanNode *chan, struct UserNode *victim, struct UserN
 
 char *getBanAffectingMask(struct ChanNode *chan, char *mask); //returns bans that match a given mask   eg. *!*@ab*  if you pass  *!*@abcdefg.*
 
+int renameAccount(char *oldauth, char *newauth);
 #endif
\ No newline at end of file