rewrote HandleInfoHandler.c (WHOHandler style)
[NeonServV5.git] / src / HandleInfoHandler.h
index 7971ddfe53f9c997b2df4896c8c699e4a90f9dfc..1f70642eefb536ee7912ed3330276a222767bf3e 100644 (file)
@@ -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();