aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_block_group_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_block_group_lib.h')
-rw-r--r--src/include/gnunet_block_group_lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_block_group_lib.h b/src/include/gnunet_block_group_lib.h
index d242ceefb..b1f59899e 100644
--- a/src/include/gnunet_block_group_lib.h
+++ b/src/include/gnunet_block_group_lib.h
@@ -31,6 +31,7 @@
31#ifndef GNUNET_BLOCK_GROUP_LIB_H 31#ifndef GNUNET_BLOCK_GROUP_LIB_H
32#define GNUNET_BLOCK_GROUP_LIB_H 32#define GNUNET_BLOCK_GROUP_LIB_H
33 33
34
34#include "gnunet_util_lib.h" 35#include "gnunet_util_lib.h"
35#include "gnunet_block_lib.h" 36#include "gnunet_block_lib.h"
36 37
@@ -90,7 +91,7 @@ GNUNET_BLOCK_GROUP_bf_create (void *cls,
90 * @param bg block group to use for testing 91 * @param bg block group to use for testing
91 * @param hc hash of element to evaluate 92 * @param hc hash of element to evaluate
92 * @return #GNUNET_YES if @a hc is (likely) a duplicate 93 * @return #GNUNET_YES if @a hc is (likely) a duplicate
93 * #GNUNET_NO if @a hc was definitively not in @bg (but now is) 94 * #GNUNET_NO if @a hc was definitively not in @a bg (but now is)
94 */ 95 */
95enum GNUNET_GenericReturnValue 96enum GNUNET_GenericReturnValue
96GNUNET_BLOCK_GROUP_bf_test_and_set (struct GNUNET_BLOCK_Group *bg, 97GNUNET_BLOCK_GROUP_bf_test_and_set (struct GNUNET_BLOCK_Group *bg,