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.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 8e978ea9d..3e894e197 100644
--- a/src/cadet/gnunet-service-cadet_hello.h
+++ b/src/cadet/gnunet-service-cadet_hello.h
@@ -48,13 +48,13 @@ extern "C"
48 * @param c Configuration. 48 * @param c Configuration.
49 */ 49 */
50void 50void
51GMH_init (const struct GNUNET_CONFIGURATION_Handle *c); 51GCH_init (const struct GNUNET_CONFIGURATION_Handle *c);
52 52
53/** 53/**
54 * Shut down the hello subsystem. 54 * Shut down the hello subsystem.
55 */ 55 */
56void 56void
57GMH_shutdown (); 57GCH_shutdown ();
58 58
59/** 59/**
60 * Get own hello message. 60 * Get own hello message.
@@ -62,7 +62,7 @@ GMH_shutdown ();
62 * @return Own hello message. 62 * @return Own hello message.
63 */ 63 */
64const struct GNUNET_HELLO_Message * 64const struct GNUNET_HELLO_Message *
65GMH_get_mine (void); 65GCH_get_mine (void);
66 66
67#if 0 /* keep Emacsens' auto-indent happy */ 67#if 0 /* keep Emacsens' auto-indent happy */
68{ 68{