From: pk910 Date: Thu, 11 Aug 2011 20:33:27 +0000 (+0200) Subject: fixed get_userlist declaration in the header file X-Git-Tag: v5.3~608 X-Git-Url: http://git.pk910.de/?a=commitdiff_plain;h=8a8cc775c6702dd2a263b2acf1a1226a65278eac;p=NeonServV5.git fixed get_userlist declaration in the header file --- diff --git a/WHOHandler.h b/WHOHandler.h index 9a578cc..25e134e 100644 --- a/WHOHandler.h +++ b/WHOHandler.h @@ -11,6 +11,6 @@ typedef USERLIST_CALLBACK(userlist_callback_t); void recv_whohandler_354(struct ClientSocket *client, char **argv, unsigned int argc); void recv_whohandler_315(struct ClientSocket *client, char **argv, unsigned int argc); -void get_userlist(struct ChanNode *chan, userlist_callback_t callback); +void get_userlist(struct ChanNode *chan, userlist_callback_t callback, void *data); #endif \ No newline at end of file