Start implementation of some functions.
[oweals/gnunet.git] / src / dht / gnunet-service-xdht.h
index 3531aae7f4ffe657672948a3fdad3ce64c673398..e3c53224d53d8f4d8e07b24f00da3ada328aef7c 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2011 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -47,14 +47,4 @@ extern struct GNUNET_BLOCK_Context *GDS_block_context;
  */
 extern struct GNUNET_STATISTICS_Handle *GDS_stats;
 
-/**
- * Our HELLO
- */
-extern struct GNUNET_MessageHeader *GDS_my_hello;
-
-/**
- * Handle to the transport service, for getting our hello
- */
-extern struct GNUNET_TRANSPORT_Handle *GDS_transport_handle;
-
 #endif