X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fdht%2Fdht_test_lib.h;h=0b4a51c8f09e2e4c5ea5945808c02950df0f26fc;hb=6e3599bab213760c66f13f6103ebf650bbe5b7e9;hp=061794af43adfe6bdc6af946fa38f60e297ea8e1;hpb=0900ad6520742e89900e2688ea030d350fc932eb;p=oweals%2Fgnunet.git diff --git a/src/dht/dht_test_lib.h b/src/dht/dht_test_lib.h index 061794af4..0b4a51c8f 100644 --- a/src/dht/dht_test_lib.h +++ b/src/dht/dht_test_lib.h @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - (C) 2012 Christian Grothoff (and other contributing authors) + Copyright (C) 2012 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. */ /** * @file dht/dht_test_lib.h @@ -68,7 +68,7 @@ typedef void (*GNUNET_DHT_TEST_AppMain) (void *cls, * @param tmain main function to run once the testbed is ready * @param tmain_cls closure for 'tmain' */ -void +void GNUNET_DHT_TEST_run (const char *testname, const char *cfgname, unsigned int num_peers,