aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datacache_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_datacache_lib.h')
-rw-r--r--src/include/gnunet_datacache_lib.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gnunet_datacache_lib.h b/src/include/gnunet_datacache_lib.h
index b4ef346e2..2c7bf1e8f 100644
--- a/src/include/gnunet_datacache_lib.h
+++ b/src/include/gnunet_datacache_lib.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup dht_libs DHT and support libraries
23 * @{
24 *
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * 26 *
24 * @file 27 * @file
@@ -37,6 +40,7 @@
37#ifndef GNUNET_DATACACHE_LIB_H 40#ifndef GNUNET_DATACACHE_LIB_H
38#define GNUNET_DATACACHE_LIB_H 41#define GNUNET_DATACACHE_LIB_H
39 42
43
40#include "gnunet_util_lib.h" 44#include "gnunet_util_lib.h"
41#include "gnunet_block_lib.h" 45#include "gnunet_block_lib.h"
42#include "gnunet_dht_service.h" 46#include "gnunet_dht_service.h"
@@ -208,3 +212,5 @@ GNUNET_DATACACHE_get_closest (struct GNUNET_DATACACHE_Handle *h,
208#endif 212#endif
209 213
210/** @} */ /* end of group */ 214/** @} */ /* end of group */
215
216/** @} */ /* end of group addition */