X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2FHandleInfoHandler.h;h=d5bb9bdf2d806188d134bbfe4913d71583a78a53;hb=c32e8254ec4ed0d77757e32f8aa5aabcdb494057;hp=7971ddfe53f9c997b2df4896c8c699e4a90f9dfc;hpb=c575e458c6257e75b97884847143b20965a5dfda;p=NeonServV5.git diff --git a/src/HandleInfoHandler.h b/src/HandleInfoHandler.h index 7971ddf..d5bb9bd 100644 --- a/src/HandleInfoHandler.h +++ b/src/HandleInfoHandler.h @@ -1,5 +1,5 @@ -/* HandleInfoHandler.h - NeonServ v5.2 - * 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 @@ -22,9 +22,10 @@ struct ClientSocket; struct UserNode; -#define AUTHLOOKUP_CALLBACK(NAME) void NAME(UNUSED_ARG(char *auth), UNUSED_ARG(int exists), UNUSED_ARG(void *data)) +#define AUTHLOOKUP_CALLBACK(NAME) void NAME(UNUSED_ARG(char *auth), UNUSED_ARG(int exists), UNUSED_ARG(time_t registered), 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();