aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_core_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_core_service.h')
-rw-r--r--src/include/gnunet_core_service.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h
index 59d9613f8..c3069be81 100644
--- a/src/include/gnunet_core_service.h
+++ b/src/include/gnunet_core_service.h
@@ -20,6 +20,9 @@
20/** 20/**
21 * @author Christian Grothoff 21 * @author Christian Grothoff
22 * 22 *
23 * @addtogroup Backbone
24 * @{
25 *
23 * @file include/gnunet_core_service.h 26 * @file include/gnunet_core_service.h
24 * Core service; the main API for encrypted P2P communications 27 * Core service; the main API for encrypted P2P communications
25 * 28 *
@@ -40,8 +43,8 @@ extern "C" {
40#endif 43#endif
41#endif 44#endif
42 45
46
43#include "gnunet_util_lib.h" 47#include "gnunet_util_lib.h"
44#include "gnunet_transport_service.h"
45 48
46/** 49/**
47 * Version number of GNUnet-core API. 50 * Version number of GNUnet-core API.
@@ -441,4 +444,6 @@ GNUNET_CORE_mq_create (struct GNUNET_CORE_Handle *h,
441 444
442/** @} */ /* end of group core */ 445/** @} */ /* end of group core */
443 446
447/** @} */ /* end of backbone addition */
448
444/* end of gnunet_core_service.h */ 449/* end of gnunet_core_service.h */