aboutsummaryrefslogtreecommitdiff
path: root/src/dv/dv.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-16 16:03:20 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-16 16:03:20 +0000
commit16a6919a9f98ee9fa1fee9dd262906c321004a19 (patch)
treee09d4fe5191dc329b3e1b667f2914f8313bcba59 /src/dv/dv.h
parent4d7904c62bb867c44e90b8e9f7cdbb4b283abc44 (diff)
downloadgnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.tar.gz
gnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.zip
even nicer indentation, thanks to LRN's indent patch
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