aboutsummaryrefslogtreecommitdiff
path: root/src/include/block_fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/block_fs.h')
-rw-r--r--src/include/block_fs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/block_fs.h b/src/include/block_fs.h
index e4caf6e50..b64a83f39 100644
--- a/src/include/block_fs.h
+++ b/src/include/block_fs.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup fs_l2
23 * @{
24 *
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * 26 *
24 * @file 27 * @file
@@ -31,6 +34,7 @@
31#ifndef BLOCK_FS_H 34#ifndef BLOCK_FS_H
32#define BLOCK_FS_H 35#define BLOCK_FS_H
33 36
37
34#include "gnunet_util_lib.h" 38#include "gnunet_util_lib.h"
35#include "gnunet_fs_service.h" 39#include "gnunet_fs_service.h"
36 40
@@ -98,3 +102,5 @@ GNUNET_NETWORK_STRUCT_END
98#endif 102#endif
99 103
100/** @} */ /* end of group */ 104/** @} */ /* end of group */
105
106/** @} */ /* end of group addition to fs_l2 */