From 71785fccb8584bd028ff48aa56f55e84324c569e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 15 Jan 2017 21:49:06 +0100 Subject: cleaning up some CADET logic, improving types used --- src/cadet/gnunet-service-cadet_hello.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/cadet/gnunet-service-cadet_hello.h') 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" void GCH_init (const struct GNUNET_CONFIGURATION_Handle *c); + /** * Shut down the hello subsystem. */ void -GCH_shutdown (); +GCH_shutdown (void); + /** * Get own hello message. @@ -64,6 +66,7 @@ GCH_shutdown (); const struct GNUNET_HELLO_Message * GCH_get_mine (void); + #if 0 /* keep Emacsens' auto-indent happy */ { #endif -- cgit v1.2.3