commit b4d0a4038398c23d015bd3faf6247a0dd91016a9 from: Federico G. Schwindt date: Fri Apr 19 23:44:05 2013 UTC Better description for Lists_CheckReason() commit - 3ab00e3a11acfd22741e58aa409bb2026e0665ba commit + b4d0a4038398c23d015bd3faf6247a0dd91016a9 blob - 9ebd89067fb73f2dfa3a07d28924a65ca0f265e4 blob + d98dc6c847ec85cf9d13fca676bb78f26e5dd4df --- src/ngircd/lists.c +++ 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