aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-15 21:46:35 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-15 21:46:35 +0000
commit502af2167f7c218366666ca4944bd7cc54b5b19a (patch)
treea91fec5cc9769d260640bd91c6633cb9cf395524 /src/dht/dht.h
parent03af5a603b7cc53432249d5854cd412aa90dde0d (diff)
downloadgnunet-502af2167f7c218366666ca4944bd7cc54b5b19a.tar.gz
gnunet-502af2167f7c218366666ca4944bd7cc54b5b19a.zip
indentation
Diffstat (limited to 'src/dht/dht.h')
-rw-r--r--src/dht/dht.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dht/dht.h b/src/dht/dht.h
index 6881b61ed..e73789220 100644
--- a/src/dht/dht.h
+++ b/src/dht/dht.h
@@ -90,8 +90,8 @@
90 * FIXME: document. 90 * FIXME: document.
91 */ 91 */
92typedef void (*GNUNET_DHT_MessageReceivedHandler) (void *cls, 92typedef void (*GNUNET_DHT_MessageReceivedHandler) (void *cls,
93 const struct GNUNET_MessageHeader 93 const struct
94 *msg); 94 GNUNET_MessageHeader * msg);
95 95
96 96
97/** 97/**