aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-06 15:24:52 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-06 15:24:52 +0000
commitbe9eb15cebf1050232859829167d967fb37966b0 (patch)
tree052956954a39f845ff968d226f2476499f1e8955 /src/include
parentae2573c141941db709f56f745753483a174bf704 (diff)
downloadgnunet-be9eb15cebf1050232859829167d967fb37966b0.tar.gz
gnunet-be9eb15cebf1050232859829167d967fb37966b0.zip
more dox fixes
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_container_lib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h
index 908657d6b..41ed4bd3f 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -154,10 +154,10 @@ void GNUNET_CONTAINER_bloomfilter_remove (struct GNUNET_CONTAINER_BloomFilter
154 154
155 155
156/** 156/**
157 * Free the space associcated with a filter 157 * Create a copy of a bloomfilter.
158 * in memory, flush to drive if needed (do not 158 *
159 * free the space on the drive)
160 * @param bf the filter 159 * @param bf the filter
160 * @return copy of bf
161 */ 161 */
162struct GNUNET_CONTAINER_BloomFilter * 162struct GNUNET_CONTAINER_BloomFilter *
163GNUNET_CONTAINER_bloomfilter_copy (const struct GNUNET_CONTAINER_BloomFilter *bf); 163GNUNET_CONTAINER_bloomfilter_copy (const struct GNUNET_CONTAINER_BloomFilter *bf);