From 9aaa554470dbff968c6cab7a2850a15318c1f15b Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Wed, 14 May 2014 16:50:28 +0000 Subject: - change GM (Gnunet Mesh) function prefixes for GC (Gnunet Cadet) --- src/cadet/gnunet-service-cadet_hello.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (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 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" * @param c Configuration. */ void -GMH_init (const struct GNUNET_CONFIGURATION_Handle *c); +GCH_init (const struct GNUNET_CONFIGURATION_Handle *c); /** * Shut down the hello subsystem. */ void -GMH_shutdown (); +GCH_shutdown (); /** * Get own hello message. @@ -62,7 +62,7 @@ GMH_shutdown (); * @return Own hello message. */ const struct GNUNET_HELLO_Message * -GMH_get_mine (void); +GCH_get_mine (void); #if 0 /* keep Emacsens' auto-indent happy */ { -- cgit v1.2.3