aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dhtlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/dhtlog.h')
-rw-r--r--src/dht/dhtlog.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dht/dhtlog.h b/src/dht/dhtlog.h
index 476a4039e..cdab36305 100644
--- a/src/dht/dhtlog.h
+++ b/src/dht/dhtlog.h
@@ -373,14 +373,14 @@ struct GNUNET_DHTLOG_Plugin
373 * 373 *
374 * @param c a configuration to use 374 * @param c a configuration to use
375 */ 375 */
376struct GNUNET_DHTLOG_Handle *GNUNET_DHTLOG_connect (const struct 376struct GNUNET_DHTLOG_Handle *
377 GNUNET_CONFIGURATION_Handle 377GNUNET_DHTLOG_connect (const struct GNUNET_CONFIGURATION_Handle *c);
378 *c);
379 378
380/** 379/**
381 * Shutdown the module. 380 * Shutdown the module.
382 */ 381 */
383void GNUNET_DHTLOG_disconnect (struct GNUNET_DHTLOG_Handle *api); 382void
383GNUNET_DHTLOG_disconnect (struct GNUNET_DHTLOG_Handle *api);
384 384
385 385
386#if 0 /* keep Emacsens' auto-indent happy */ 386#if 0 /* keep Emacsens' auto-indent happy */