X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2FHandleInfoHandler.h;h=c49cfacaa6083b21d718f595678558e270c890d3;hb=bb5692b9cbff069abbf9573c81e86c3cd2061ceb;hp=63e0264dc4c73ee8b25f6a3a2653257b10d406e6;hpb=2d9db1adb1946aba00b203f40eff7d5db8163f01;p=NeonServV5.git diff --git a/src/HandleInfoHandler.h b/src/HandleInfoHandler.h index 63e0264..c49cfac 100644 --- a/src/HandleInfoHandler.h +++ b/src/HandleInfoHandler.h @@ -1,5 +1,5 @@ -/* HandleInfoHandler.h - NeonServ v5.1 - * Copyright (C) 2011 Philipp Kreil (pk910) +/* HandleInfoHandler.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 @@ -25,6 +25,7 @@ struct UserNode; #define AUTHLOOKUP_CALLBACK(NAME) void NAME(UNUSED_ARG(char *auth), UNUSED_ARG(int exists), UNUSED_ARG(void *data)) typedef AUTHLOOKUP_CALLBACK(authlookup_callback_t); +void clear_handleinfoqueue(struct ClientSocket *client); void lookup_authname(char *auth, authlookup_callback_t callback, void *data); void init_handleinfohandler(); void free_handleinfohandler();