X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fcadet%2Fgnunet-service-cadet_dht.h;h=b70dfe975f016f64cf896cb689f1ea6aaca4290c;hb=0af32e03677ab1c8a819b376c8fa026d0ffa9144;hp=85cb6ea247f066438094a962b2e19bd1032e34b0;hpb=9aaa554470dbff968c6cab7a2850a15318c1f15b;p=oweals%2Fgnunet.git diff --git a/src/cadet/gnunet-service-cadet_dht.h b/src/cadet/gnunet-service-cadet_dht.h index 85cb6ea24..b70dfe975 100644 --- a/src/cadet/gnunet-service-cadet_dht.h +++ b/src/cadet/gnunet-service-cadet_dht.h @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - (C) 2013 Christian Grothoff (and other contributing authors) + Copyright (C) 2013 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. */ /** @@ -50,8 +50,9 @@ struct GCD_search_handle; * @param path An unchecked, unoptimized path to the target node. * After callback will no longer be valid! */ -typedef void (*GCD_search_callback) (void *cls, - const struct CadetPeerPath *path); +typedef void +(*GCD_search_callback) (void *cls, + const struct CadetPeerPath *path); /******************************************************************************/ /******************************** API ***********************************/ @@ -89,4 +90,4 @@ GCD_search_stop (struct GCD_search_handle *h); /* ifndef GNUNET_CADET_SERVICE_LOCAL_H */ #endif -/* end of gnunet-cadet-service_LOCAL.h */ \ No newline at end of file +/* end of gnunet-cadet-service_LOCAL.h */