-bringing copyright tags up to FSF standard
[oweals/gnunet.git] / src / transport / gnunet-service-transport_neighbours.h
index ee3a34a79727fda88781b8b0881356a45e1f59b2..637e7609b9a1b8f475f2adbf81a04176dc721b0c 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2010-2015 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2010-2015 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
@@ -323,17 +323,6 @@ GST_neighbours_handle_session_ack (const struct GNUNET_MessageHeader *message,
                                   struct Session *session);
 
 
-/**
- * Obtain current latency information for the given neighbour.
- *
- * @param peer
- * @return observed latency of the address, FOREVER if the address was
- *         never successfully validated
- */
-struct GNUNET_TIME_Relative
-GST_neighbour_get_latency (const struct GNUNET_PeerIdentity *peer);
-
-
 /**
  * Obtain current address information for the given neighbour.
  *