aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_container_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_container_lib.h')
-rw-r--r--src/include/gnunet_container_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h
index 3eb80595c..ae6c34f2b 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -277,9 +277,9 @@ GNUNET_CONTAINER_bloomfilter_get_raw_data (
277 * 277 *
278 * @param e the element 278 * @param e the element
279 * @param bf the filter 279 * @param bf the filter
280 * @return #GNUNET_YES if the element is in the filter, #GNUNET_NO if not 280 * @return true if the element is in the filter, false if not
281 */ 281 */
282int 282bool
283GNUNET_CONTAINER_bloomfilter_test ( 283GNUNET_CONTAINER_bloomfilter_test (
284 const struct GNUNET_CONTAINER_BloomFilter *bf, 284 const struct GNUNET_CONTAINER_BloomFilter *bf,
285 const struct GNUNET_HashCode *e); 285 const struct GNUNET_HashCode *e);