1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-28 04:46:17 +00:00

Better description for Lists_CheckReason()

This commit is contained in:
Federico G. Schwindt 2013-04-19 23:51:42 +01:00
parent 3ab00e3a11
commit b4d0a40383

View File

@ -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 * Check if a client is listed in a list and store the reason.
* is provided.
* *
* @param h List head. * @param h List head.
* @param Client Client to check. * @param Client Client to check.
* @param reason Result buffer to store the reason. * @param reason Buffer to store the reason.
* @param len Size of the buffer. * @param len Size of the buffer if reason should be saved.
* @return true if client is listed, false if not. * @return true if client is listed, false if not.
*/ */
bool bool