aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_nse_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_nse_service.h')
-rw-r--r--src/include/gnunet_nse_service.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gnunet_nse_service.h b/src/include/gnunet_nse_service.h
index 0401e0cbc..fe9e1f853 100644
--- a/src/include/gnunet_nse_service.h
+++ b/src/include/gnunet_nse_service.h
@@ -22,6 +22,9 @@
22#define GNUNET_NSE_SERVICE_H_ 22#define GNUNET_NSE_SERVICE_H_
23 23
24/** 24/**
25 * @addtogroup Backbone
26 * @{
27 *
25 * @author Nathan Evans 28 * @author Nathan Evans
26 * 29 *
27 * @file 30 * @file
@@ -47,6 +50,7 @@ extern "C"
47#endif 50#endif
48#endif 51#endif
49 52
53
50#include "gnunet_util_lib.h" 54#include "gnunet_util_lib.h"
51 55
52/** 56/**
@@ -116,4 +120,6 @@ GNUNET_NSE_disconnect (struct GNUNET_NSE_Handle *h);
116 120
117/** @} */ /* end of group nse */ 121/** @} */ /* end of group nse */
118 122
123/** @} */ /* end of group addition */
124
119#endif /* GNUNET_NSE_SERVICE_H_ */ 125#endif /* GNUNET_NSE_SERVICE_H_ */