summaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/gnunet-service-cadet_hello.h')
-rw-r--r--src/cadet/gnunet-service-cadet_hello.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cadet/gnunet-service-cadet_hello.h b/src/cadet/gnunet-service-cadet_hello.h
index 99b6c807d..2cb444b4a 100644
--- a/src/cadet/gnunet-service-cadet_hello.h
+++ b/src/cadet/gnunet-service-cadet_hello.h
@@ -49,14 +49,14 @@ extern "C"
49 * @param c Configuration. 49 * @param c Configuration.
50 */ 50 */
51void 51void
52GCH_init(const struct GNUNET_CONFIGURATION_Handle *c); 52GCH_init (const struct GNUNET_CONFIGURATION_Handle *c);
53 53
54 54
55/** 55/**
56 * Shut down the hello subsystem. 56 * Shut down the hello subsystem.
57 */ 57 */
58void 58void
59GCH_shutdown(void); 59GCH_shutdown (void);
60 60
61 61
62/** 62/**
@@ -65,7 +65,7 @@ GCH_shutdown(void);
65 * @return Own hello message. 65 * @return Own hello message.
66 */ 66 */
67const struct GNUNET_HELLO_Message * 67const struct GNUNET_HELLO_Message *
68GCH_get_mine(void); 68GCH_get_mine (void);
69 69
70 70
71#if 0 /* keep Emacsens' auto-indent happy */ 71#if 0 /* keep Emacsens' auto-indent happy */