changed return value for USERLIST_CALLBACK functions to void
authorpk910 <philipp@zoelle1.de>
Thu, 11 Aug 2011 05:10:19 +0000 (07:10 +0200)
committerpk910 <philipp@zoelle1.de>
Thu, 11 Aug 2011 05:10:19 +0000 (07:10 +0200)
WHOHandler.h

index e1b08a90cae169a5e4d5efcfdf0688ed24be4d13..0c46dbd138b5d928ed23607d9d35b18b5a7a04cf 100644 (file)
@@ -6,7 +6,7 @@
 struct ClientSocket;
 struct ChanNode;
 
-#define USERLIST_CALLBACK(NAME) int NAME(UNUSED_ARG(struct ClientSocket *client), UNUSED_ARG(struct ChanNode *chan))
+#define USERLIST_CALLBACK(NAME) void NAME(UNUSED_ARG(struct ClientSocket *client), UNUSED_ARG(struct ChanNode *chan))
 typedef USERLIST_CALLBACK(userlist_callback_t);
 
 void recv_whohandler_354(struct ClientSocket *client, char **argv, unsigned int argc);