-fix off-by-1
[oweals/gnunet.git] / src / dht / gnunet-service-xdht_routing.h
index f7ec4ee5b28d22d54971f42ca18748656552a658..958ff1a7c2c078f66384b5c3782a230955b81d06 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2011 - 2014 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2011 - 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.
 */
 
 /**
@@ -80,7 +80,7 @@ GDS_ROUTING_get_next_hop (struct GNUNET_HashCode trail_id,
   * Remove every trail where peer is either next_hop or prev_hop 
  * @param peer Peer to be searched.
  */
-void
+int
 GDS_ROUTING_remove_trail_by_peer (const struct GNUNET_PeerIdentity *peer);
 /**
  * Remove trail with trail_id
@@ -134,4 +134,5 @@ GDS_ROUTING_init (void);
  */
 void
 GDS_ROUTING_done (void);
+
 #endif
\ No newline at end of file