mirror of
https://github.com/osmarks/ngircd.git
synced 2025-04-02 14:06:55 +00:00
Better description for Lists_CheckReason()
This commit is contained in:
parent
3ab00e3a11
commit
b4d0a40383
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user