added new auth-check security feature
[NeonServV5.git] / src / HandleInfoHandler.h
index c49cfacaa6083b21d718f595678558e270c890d3..d5bb9bdf2d806188d134bbfe4913d71583a78a53 100644 (file)
@@ -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);