aboutsummaryrefslogtreecommitdiff
path: root/src/dv/dv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dv/dv.h')
-rw-r--r--src/dv/dv.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/dv/dv.h b/src/dv/dv.h
index 3c62a22bc..1d4912f84 100644
--- a/src/dv/dv.h
+++ b/src/dv/dv.h
@@ -257,17 +257,17 @@ typedef struct
257} p2p_dv_MESSAGE_Disconnect; 257} p2p_dv_MESSAGE_Disconnect;
258 258
259 259
260struct GNUNET_DV_Handle *GNUNET_DV_connect (const struct 260struct GNUNET_DV_Handle *
261 GNUNET_CONFIGURATION_Handle *cfg, 261GNUNET_DV_connect (const struct GNUNET_CONFIGURATION_Handle *cfg,
262 GNUNET_DV_MessageReceivedHandler 262 GNUNET_DV_MessageReceivedHandler receive_handler,
263 receive_handler, 263 void *receive_handler_cls);
264 void *receive_handler_cls);
265 264
266/** 265/**
267 * Disconnect from the DV service 266 * Disconnect from the DV service
268 * 267 *
269 * @param handle the current handle to the service to disconnect 268 * @param handle the current handle to the service to disconnect
270 */ 269 */
271void GNUNET_DV_disconnect (struct GNUNET_DV_Handle *handle); 270void
271GNUNET_DV_disconnect (struct GNUNET_DV_Handle *handle);
272 272
273#endif 273#endif