refactor DHT for new service API
[oweals/gnunet.git] / src / cadet / gnunet-service-cadet_hello.h
index 8e978ea9d364d9f37e5ac36bc70a930259fc4035..5f535b496f6e19e4e1968ad728547463e115a7c7 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2014 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2014 GNUnet e.V.
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -14,8 +14,8 @@
 
      You should have received a copy of the GNU General Public License
      along with GNUnet; see the file COPYING.  If not, write to the
-     Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-     Boston, MA 02111-1307, USA.
+     Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+     Boston, MA 02110-1301, USA.
 */
 
 /**
@@ -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 */
 {