fixed get_userlist declaration in the header file
authorpk910 <philipp@zoelle1.de>
Thu, 11 Aug 2011 20:33:27 +0000 (22:33 +0200)
committerpk910 <philipp@zoelle1.de>
Thu, 11 Aug 2011 20:33:27 +0000 (22:33 +0200)
WHOHandler.h

index 9a578ccb0d4a797caf62f6389b5f011a566d9792..25e134e21219dc79e7b0ad612132e3863ae8913c 100644 (file)
@@ -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