From 9015006c42559325aa12e1dbdef083a9503fbb67 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Tue, 9 Feb 2010 14:21:18 +0000 Subject: [PATCH] missing function reference --- src/include/gnunet_testing_lib.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h index 4503e7b9b..aa4068199 100644 --- a/src/include/gnunet_testing_lib.h +++ b/src/include/gnunet_testing_lib.h @@ -217,6 +217,9 @@ GNUNET_TESTING_daemons_start (struct GNUNET_SCHEDULER_Handle *sched, void GNUNET_TESTING_daemons_stop (struct GNUNET_TESTING_PeerGroup *pg); +int +GNUNET_TESTING_create_topology (struct GNUNET_TESTING_PeerGroup *pg); + /** * Handle to an entire testbed of GNUnet peers. -- 2.25.1