aboutsummaryrefslogtreecommitdiff
path: root/src/util/container_bloomfilter.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_bloomfilter.c
parent3338a96cc71285d4bb2cf3fa4849734b29b63509 (diff)
downloadgnunet-aa907f2d51d9409635e5d1438b67efa6857a4c69.tar.gz
gnunet-aa907f2d51d9409635e5d1438b67efa6857a4c69.zip
improving documentation
Diffstat (limited to 'src/util/container_bloomfilter.c')
-rw-r--r--src/util/container_bloomfilter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/container_bloomfilter.c b/src/util/container_bloomfilter.c
index 39baed6c7..5e69fe8ab 100644
--- a/src/util/container_bloomfilter.c
+++ b/src/util/container_bloomfilter.c
@@ -520,6 +520,7 @@ GNUNET_CONTAINER_bloomfilter_init (const char *data,
520 * Copy the raw data of this bloomfilter into 520 * Copy the raw data of this bloomfilter into
521 * the given data array. 521 * the given data array.
522 * 522 *
523 * @param bf bloomfilter to take the raw data from
523 * @param data where to write the data 524 * @param data where to write the data
524 * @param size the size of the given data array 525 * @param size the size of the given data array
525 * @return GNUNET_SYSERR if the data array is not big enough 526 * @return GNUNET_SYSERR if the data array is not big enough