More API function tests...
[oweals/gnunet.git] / src / dht / gnunet-service-wdht.h
index 2eee3a429129cb3bfd710ed81d84843ef7f1ee94..5a8e2e21dcfd7020c5a673fe0b904795da49ea7f 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     Copyright (C) 2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2011 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.
 */
 
 /**
@@ -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