fixed WHOHandler.c multithread compatibility
[NeonServV5.git] / src / WHOHandler.h
index cf5340624a608c37e25a0955070e284a821dc185..d4028787991cc0a83a4789a010ce2845ee3116de 100644 (file)
@@ -31,7 +31,8 @@ typedef USERAUTH_CALLBACK(userauth_callback_t);
 
 void clear_whoqueue(struct ClientSocket *client);
 #if HAVE_THREADS
-void whohandler_end_of_recv(struct ClientSocket *client);
+void whohandler_start_of_recv(struct ClientSocket *client, unsigned long tid);
+void whohandler_end_of_recv(struct ClientSocket *client, unsigned long tid);
 #endif
 void recv_whohandler_354(struct ClientSocket *client, char **argv, unsigned int argc);
 void recv_whohandler_315(struct ClientSocket *client, char **argv, unsigned int argc);