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, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_datacache_lib.h b/src/include/gnunet_datacache_lib.h
index 28efa9627..663589af5 100644
--- a/src/include/gnunet_datacache_lib.h
+++ b/src/include/gnunet_datacache_lib.h
@@ -24,7 +24,7 @@
24 * @file 24 * @file
25 * datacache API 25 * datacache API
26 * 26 *
27 * @defgroup datacache Datacache library 27 * @defgroup datacache Data Cache library
28 * Simple, transient hash table of bounded size with content expiration. 28 * Simple, transient hash table of bounded size with content expiration.
29 * 29 *
30 * In contrast to the sqstore there is 30 * In contrast to the sqstore there is
@@ -177,7 +177,6 @@ GNUNET_DATACACHE_get_closest (struct GNUNET_DATACACHE_Handle *h,
177 GNUNET_DATACACHE_Iterator iter, 177 GNUNET_DATACACHE_Iterator iter,
178 void *iter_cls); 178 void *iter_cls);
179 179
180/** @} */ /* end of group */
181 180
182#if 0 /* keep Emacsens' auto-indent happy */ 181#if 0 /* keep Emacsens' auto-indent happy */
183{ 182{
@@ -186,5 +185,6 @@ GNUNET_DATACACHE_get_closest (struct GNUNET_DATACACHE_Handle *h,
186} 185}
187#endif 186#endif
188 187
189/* end of gnunet_datacache_lib.h */
190#endif 188#endif
189
190/** @} */ /* end of group */