aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_lib.h
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-02-09 14:21:18 +0000
committerNathan S. Evans <evans@in.tum.de>2010-02-09 14:21:18 +0000
commit9015006c42559325aa12e1dbdef083a9503fbb67 (patch)
treea7fd9e44b92b32883d8e449ce71595c114d42230 /src/include/gnunet_testing_lib.h
parent38683ffc63ad1440d1a7bfacf1ac9be8a4646811 (diff)
downloadgnunet-9015006c42559325aa12e1dbdef083a9503fbb67.tar.gz
gnunet-9015006c42559325aa12e1dbdef083a9503fbb67.zip
missing function reference
Diffstat (limited to 'src/include/gnunet_testing_lib.h')
-rw-r--r--src/include/gnunet_testing_lib.h3
1 files changed, 3 insertions, 0 deletions
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,
217void 217void
218GNUNET_TESTING_daemons_stop (struct GNUNET_TESTING_PeerGroup *pg); 218GNUNET_TESTING_daemons_stop (struct GNUNET_TESTING_PeerGroup *pg);
219 219
220int
221GNUNET_TESTING_create_topology (struct GNUNET_TESTING_PeerGroup *pg);
222
220 223
221/** 224/**
222 * Handle to an entire testbed of GNUnet peers. 225 * Handle to an entire testbed of GNUnet peers.