mirror of
				https://github.com/osmarks/ngircd.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	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.
This commit is contained in:
		| @@ -1337,7 +1337,7 @@ IRC_Send_NAMES( CLIENT *Client, CHANNEL *Chan ) | ||||
|  * See <http://www.irc.org/tech_docs/005.html> 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)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alexander Barton
					Alexander Barton