aboutsummaryrefslogtreecommitdiff
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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/cadet/gnunet-service-cadet_hello.h b/src/cadet/gnunet-service-cadet_hello.h
index 5f535b496..34121e1e0 100644
--- a/src/cadet/gnunet-service-cadet_hello.h
+++ b/src/cadet/gnunet-service-cadet_hello.h
@@ -50,11 +50,13 @@ extern "C"
50void 50void
51GCH_init (const struct GNUNET_CONFIGURATION_Handle *c); 51GCH_init (const struct GNUNET_CONFIGURATION_Handle *c);
52 52
53
53/** 54/**
54 * Shut down the hello subsystem. 55 * Shut down the hello subsystem.
55 */ 56 */
56void 57void
57GCH_shutdown (); 58GCH_shutdown (void);
59
58 60
59/** 61/**
60 * Get own hello message. 62 * Get own hello message.
@@ -64,6 +66,7 @@ GCH_shutdown ();
64const struct GNUNET_HELLO_Message * 66const struct GNUNET_HELLO_Message *
65GCH_get_mine (void); 67GCH_get_mine (void);
66 68
69
67#if 0 /* keep Emacsens' auto-indent happy */ 70#if 0 /* keep Emacsens' auto-indent happy */
68{ 71{
69#endif 72#endif