diff options
author | Bart Polot <bart@net.in.tum.de> | 2014-05-14 16:50:28 +0000 |
---|---|---|
committer | Bart Polot <bart@net.in.tum.de> | 2014-05-14 16:50:28 +0000 |
commit | 9aaa554470dbff968c6cab7a2850a15318c1f15b (patch) | |
tree | 2375634ba53d0dd0bd7bbc674bb3b1eb28f42742 /src/cadet/gnunet-service-cadet_hello.h | |
parent | a8a95437e8782ef509fb64e1975a8c1ddd08eee0 (diff) |
- change GM (Gnunet Mesh) function prefixes for GC (Gnunet Cadet)
Diffstat (limited to 'src/cadet/gnunet-service-cadet_hello.h')
-rw-r--r-- | src/cadet/gnunet-service-cadet_hello.h | 6 |
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 8e978ea9d3..3e894e1976 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 */ { |