aboutsummaryrefslogtreecommitdiff
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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_block_plugin.h b/src/include/gnunet_block_plugin.h
index 362d7c740..bd30406b0 100644
--- a/src/include/gnunet_block_plugin.h
+++ b/src/include/gnunet_block_plugin.h
@@ -22,7 +22,7 @@
22 * @author Christian Grothoff 22 * @author Christian Grothoff
23 * 23 *
24 * @file 24 * @file
25 * API for block plugins. Each block plugin must conform to the API specified by this header. 25 * API for block plugins.
26 * 26 *
27 * @defgroup block-plugin Block plugin API 27 * @defgroup block-plugin Block plugin API
28 * To be implemented by applications storing data in the DHT. 28 * To be implemented by applications storing data in the DHT.
@@ -123,6 +123,6 @@ struct GNUNET_BLOCK_PluginFunctions
123 123
124}; 124};
125 125
126/** @} */ /* end of group block */
127
128#endif 126#endif
127
128/** @} */ /* end of group */