about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@lodoss.net>2013-04-19 23:51:42 +0100
committerFederico G. Schwindt <fgsch@lodoss.net>2013-04-20 00:44:05 +0100
commitb4d0a4038398c23d015bd3faf6247a0dd91016a9 (patch)
treeb110bcc1475883fac00fb9a5e591b8d3129d75b2 /src
parent3ab00e3a11acfd22741e58aa409bb2026e0665ba (diff)
downloadngircd-b4d0a4038398c23d015bd3faf6247a0dd91016a9.tar.gz
ngircd-b4d0a4038398c23d015bd3faf6247a0dd91016a9.zip
Better description for Lists_CheckReason()
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/lists.c7
1 files changed, 3 insertions, 4 deletions
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