X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2FDBHelper.h;h=01658f4cf5f1b70fa9359d598e2478bdf634cf63;hb=c32e8254ec4ed0d77757e32f8aa5aabcdb494057;hp=432bfb1e80e8cf215ae7bb205fb53d764f367a5f;hpb=44436a96352a38631237978c9fd431cef3d85cfb;p=NeonServV5.git diff --git a/src/DBHelper.h b/src/DBHelper.h index 432bfb1..01658f4 100644 --- a/src/DBHelper.h +++ b/src/DBHelper.h @@ -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