aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dv_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_dv_service.h')
-rw-r--r--src/include/gnunet_dv_service.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/gnunet_dv_service.h b/src/include/gnunet_dv_service.h
index aa33408ce..76fb57aa0 100644
--- a/src/include/gnunet_dv_service.h
+++ b/src/include/gnunet_dv_service.h
@@ -25,7 +25,7 @@
25 * DV service API (should only be used by the DV plugin) 25 * DV service API (should only be used by the DV plugin)
26 * 26 *
27 * @defgroup dv DV service 27 * @defgroup dv DV service
28 * Distance vector routing 28 * Distance Vector routing
29 * 29 *
30 * The DV service API should only be used by the DV plugin. 30 * The DV service API should only be used by the DV plugin.
31 * @{ 31 * @{
@@ -172,6 +172,7 @@ GNUNET_DV_send (struct GNUNET_DV_ServiceHandle *sh,
172void 172void
173GNUNET_DV_send_cancel (struct GNUNET_DV_TransmitHandle *th); 173GNUNET_DV_send_cancel (struct GNUNET_DV_TransmitHandle *th);
174 174
175/** @} */ /* end of group */
176 175
177#endif 176#endif
177
178/** @} */ /* end of group */