]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Better description for Lists_CheckReason()
authorFederico G. Schwindt <fgsch@lodoss.net>
Fri, 19 Apr 2013 22:51:42 +0000 (23:51 +0100)
committerFederico G. Schwindt <fgsch@lodoss.net>
Fri, 19 Apr 2013 23:44:05 +0000 (00:44 +0100)
src/ngircd/lists.c

index 9ebd89067fb73f2dfa3a07d28924a65ca0f265e4..d98dc6c847ec85cf9d13fca676bb78f26e5dd4df 100644 (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
- * 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