aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_ng_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_testing_ng_lib.h')
-rw-r--r--src/include/gnunet_testing_ng_lib.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/include/gnunet_testing_ng_lib.h b/src/include/gnunet_testing_ng_lib.h
index 994ce31f1..08bc63aae 100644
--- a/src/include/gnunet_testing_ng_lib.h
+++ b/src/include/gnunet_testing_ng_lib.h
@@ -29,7 +29,6 @@
29 29
30#include "gnunet_util_lib.h" 30#include "gnunet_util_lib.h"
31#include "gnunet_testing_plugin.h" 31#include "gnunet_testing_plugin.h"
32#include "gnunet_transport_application_service.h"
33#include "gnunet_testing_lib.h" 32#include "gnunet_testing_lib.h"
34 33
35 34
@@ -833,12 +832,7 @@ int
833GNUNET_TESTING_get_trait_what_am_i (const struct GNUNET_TESTING_Command *cmd, 832GNUNET_TESTING_get_trait_what_am_i (const struct GNUNET_TESTING_Command *cmd,
834 char **what_am_i); 833 char **what_am_i);
835 834
836int 835
837GNUNET_TESTING_get_trait_application_handle (const struct
838 GNUNET_TESTING_Command *cmd,
839 struct
840 GNUNET_TRANSPORT_ApplicationHandle
841 **ah);
842 836
843int 837int
844GNUNET_TESTING_get_trait_peer_id (const struct 838GNUNET_TESTING_get_trait_peer_id (const struct
@@ -868,4 +862,9 @@ int
868GNUNET_TESTING_get_trait_test_system (const struct 862GNUNET_TESTING_get_trait_test_system (const struct
869 GNUNET_TESTING_Command *cmd, 863 GNUNET_TESTING_Command *cmd,
870 struct GNUNET_TESTING_System **test_system); 864 struct GNUNET_TESTING_System **test_system);
865
866struct GNUNET_TESTING_Command
867GNUNET_TESTING_cmd_system_create (const char *label,
868 const char *testdir);
869
871#endif 870#endif