aboutsummaryrefslogtreecommitdiff
path: root/src/util/container_slist.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-07 11:10:42 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-07 11:10:42 +0000
commitaa907f2d51d9409635e5d1438b67efa6857a4c69 (patch)
tree71b12d2e25ec03bb713719c63d66ed464d54c599 /src/util/container_slist.c
parent3338a96cc71285d4bb2cf3fa4849734b29b63509 (diff)
downloadgnunet-aa907f2d51d9409635e5d1438b67efa6857a4c69.tar.gz
gnunet-aa907f2d51d9409635e5d1438b67efa6857a4c69.zip
improving documentation
Diffstat (limited to 'src/util/container_slist.c')
-rw-r--r--src/util/container_slist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/container_slist.c b/src/util/container_slist.c
index 1a03fdca3..3d96e26e2 100644
--- a/src/util/container_slist.c
+++ b/src/util/container_slist.c
@@ -215,7 +215,7 @@ GNUNET_CONTAINER_slist_clear (struct GNUNET_CONTAINER_SList *l)
215 * 215 *
216 * @param l list 216 * @param l list
217 * @param buf payload buffer to find 217 * @param buf payload buffer to find
218 * @param lenght of the payload 218 * @param len length of the payload (number of bytes in buf)
219 */ 219 */
220int 220int
221GNUNET_CONTAINER_slist_contains (const struct GNUNET_CONTAINER_SList *l, 221GNUNET_CONTAINER_slist_contains (const struct GNUNET_CONTAINER_SList *l,