commit f1267ca375b0b754bb466e6c95713566072d3345 from: Alexander Barton date: Sun Oct 24 11:41:51 2010 UTC Don't use PARAMS() macro for function implementations The PARAMS() macro is only needed for function prototypes; don't use it for the actual implementations. commit - ccb175dce6dc257c9baf561e8a9f704f26e49f17 commit + f1267ca375b0b754bb466e6c95713566072d3345 blob - 905799eb52fc21886bec08a44e4c88553d2ef7b0 blob + 8f86e805315f4294dc4a6583d8a2150fd51691aa --- src/ngircd/irc-info.c +++ src/ngircd/irc-info.c @@ -1337,7 +1337,7 @@ IRC_Send_NAMES( CLIENT *Client, CHANNEL *Chan ) * See for details. */ GLOBAL bool -IRC_Send_ISUPPORT PARAMS((CLIENT * Client)) +IRC_Send_ISUPPORT(CLIENT * Client) { if (!IRC_WriteStrClient(Client, RPL_ISUPPORT1_MSG, Client_ID(Client), Conf_MaxJoins))