summaryrefslogtreecommitdiff
path: root/src/include/gnunet_block_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_block_plugin.h')
-rw-r--r--src/include/gnunet_block_plugin.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/include/gnunet_block_plugin.h b/src/include/gnunet_block_plugin.h
index 025d33c45..b01134f09 100644
--- a/src/include/gnunet_block_plugin.h
+++ b/src/include/gnunet_block_plugin.h
@@ -49,7 +49,8 @@
49 */ 49 */
50typedef void 50typedef void
51(*GNUNET_BLOCK_GroupMarkSeenFunction)(struct GNUNET_BLOCK_Group *bg, 51(*GNUNET_BLOCK_GroupMarkSeenFunction)(struct GNUNET_BLOCK_Group *bg,
52 const struct GNUNET_HashCode *seen_results, 52 const struct
53 GNUNET_HashCode *seen_results,
53 unsigned int seen_results_count); 54 unsigned int seen_results_count);
54 55
55 56
@@ -97,7 +98,8 @@ typedef void
97 * Block group data. The plugin must initialize the callbacks 98 * Block group data. The plugin must initialize the callbacks
98 * and can use the @e internal_cls as it likes. 99 * and can use the @e internal_cls as it likes.
99 */ 100 */
100struct GNUNET_BLOCK_Group { 101struct GNUNET_BLOCK_Group
102{
101 /** 103 /**
102 * Context owning the block group. Set by the main block library. 104 * Context owning the block group. Set by the main block library.
103 */ 105 */
@@ -218,7 +220,8 @@ typedef int
218 * Each plugin is required to return a pointer to a struct of this 220 * Each plugin is required to return a pointer to a struct of this
219 * type as the return value from its entry point. 221 * type as the return value from its entry point.
220 */ 222 */
221struct GNUNET_BLOCK_PluginFunctions { 223struct GNUNET_BLOCK_PluginFunctions
224{
222 /** 225 /**
223 * Closure for all of the callbacks. 226 * Closure for all of the callbacks.
224 */ 227 */