aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dhtlog.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/dht/dhtlog.h
parent4d7904c62bb867c44e90b8e9f7cdbb4b283abc44 (diff)
downloadgnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.tar.gz
gnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.zip
even nicer indentation, thanks to LRN's indent patch
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 */