aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_disk_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_disk_lib.h')
-rw-r--r--src/include/gnunet_disk_lib.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/include/gnunet_disk_lib.h b/src/include/gnunet_disk_lib.h
index 4b38a31d6..7b0b0e998 100644
--- a/src/include/gnunet_disk_lib.h
+++ b/src/include/gnunet_disk_lib.h
@@ -18,9 +18,14 @@
18 Boston, MA 02110-1301, USA. 18 Boston, MA 02110-1301, USA.
19*/ 19*/
20/** 20/**
21 * @file include/gnunet_disk_lib.h
22 * @brief disk IO apis
23 * @author Christian Grothoff 21 * @author Christian Grothoff
22 *
23 * @file
24 * Disk IO APIs
25 *
26 * @defgroup disk Disk library
27 * Disk IO APIs
28 * @{
24 */ 29 */
25#ifndef GNUNET_DISK_LIB_H 30#ifndef GNUNET_DISK_LIB_H
26#define GNUNET_DISK_LIB_H 31#define GNUNET_DISK_LIB_H
@@ -861,6 +866,7 @@ GNUNET_DISK_file_sync (const struct GNUNET_DISK_FileHandle *h);
861} 866}
862#endif 867#endif
863 868
869/** @} */ /* end of group */
864 870
865/* ifndef GNUNET_DISK_LIB_H */ 871/* ifndef GNUNET_DISK_LIB_H */
866#endif 872#endif