mirror of
				https://github.com/osmarks/ngircd.git
				synced 2025-10-31 22:13:00 +00:00 
			
		
		
		
	Better description for Lists_CheckReason()
This commit is contained in:
		| @@ -311,13 +311,12 @@ Lists_Check(struct list_head *h, CLIENT *Client) | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * Check if a client is listed in a list and store the reason if a buffer | ||||
|  * is provided. | ||||
|  * Check if a client is listed in a list and store the reason. | ||||
|  * | ||||
|  * @param h      List head. | ||||
|  * @param Client Client to check. | ||||
|  * @param reason Result buffer to store the reason. | ||||
|  * @param len    Size of the buffer. | ||||
|  * @param reason Buffer to store the reason. | ||||
|  * @param len    Size of the buffer if reason should be saved. | ||||
|  * @return true if client is listed, false if not. | ||||
|  */ | ||||
| bool | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Federico G. Schwindt
					Federico G. Schwindt