X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2FHandleInfoHandler.h;h=c44b9a15e3a766691e9bca65f806c51a4b4b9c17;hb=706e48b1e666054030c491d864f740071e390038;hp=c49cfacaa6083b21d718f595678558e270c890d3;hpb=bb5692b9cbff069abbf9573c81e86c3cd2061ceb;p=NeonServV5.git diff --git a/src/HandleInfoHandler.h b/src/HandleInfoHandler.h index c49cfac..c44b9a1 100644 --- a/src/HandleInfoHandler.h +++ b/src/HandleInfoHandler.h @@ -22,12 +22,13 @@ 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); +#ifndef DND_FUNCTIONS void clear_handleinfoqueue(struct ClientSocket *client); -void lookup_authname(char *auth, authlookup_callback_t callback, void *data); +/* MODULAR ACCESSIBLE */ void lookup_authname(char *auth, authlookup_callback_t callback, void *data); void init_handleinfohandler(); void free_handleinfohandler(); - -#endif \ No newline at end of file +#endif +#endif