X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2FHandleInfoHandler.h;h=d5bb9bdf2d806188d134bbfe4913d71583a78a53;hp=c49cfacaa6083b21d718f595678558e270c890d3;hb=c32e8254ec4ed0d77757e32f8aa5aabcdb494057;hpb=77b1c3e45f25e5a000b06a551e3b2329ad2db8a0 diff --git a/src/HandleInfoHandler.h b/src/HandleInfoHandler.h index c49cfac..d5bb9bd 100644 --- a/src/HandleInfoHandler.h +++ b/src/HandleInfoHandler.h @@ -22,7 +22,7 @@ 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);