From: Federico G. Schwindt Date: Fri, 19 Apr 2013 22:51:42 +0000 (+0100) Subject: Better description for Lists_CheckReason() X-Git-Tag: rel-21-rc1~103 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=b4d0a4038398c23d015bd3faf6247a0dd91016a9 Better description for Lists_CheckReason() --- diff --git a/src/ngircd/lists.c b/src/ngircd/lists.c index 9ebd8906..d98dc6c8 100644 --- a/src/ngircd/lists.c +++ b/src/ngircd/lists.c @@ -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