From 63a7eb6a3a94d43368b348c0a677bc77653cbe51 Mon Sep 17 00:00:00 2001 From: t3sserakt Date: Fri, 23 Jul 2021 22:17:29 +0200 Subject: - smaller bug fixes --- src/include/gnunet_testing_ng_lib.h | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'src/include/gnunet_testing_ng_lib.h') diff --git a/src/include/gnunet_testing_ng_lib.h b/src/include/gnunet_testing_ng_lib.h index 08bc63aae..aad7ddec2 100644 --- a/src/include/gnunet_testing_ng_lib.h +++ b/src/include/gnunet_testing_ng_lib.h @@ -833,31 +833,6 @@ GNUNET_TESTING_get_trait_what_am_i (const struct GNUNET_TESTING_Command *cmd, char **what_am_i); - -int -GNUNET_TESTING_get_trait_peer_id (const struct - GNUNET_TESTING_Command *cmd, - struct GNUNET_PeerIdentity **id); - -int -GNUNET_TESTING_get_trait_connected_peers_map (const struct - GNUNET_TESTING_Command - *cmd, - struct - GNUNET_CONTAINER_MultiPeerMap ** - connected_peers_map); -int -GNUNET_TESTING_get_trait_hello_size (const struct - GNUNET_TESTING_Command - *cmd, - size_t **hello_size); - -int -GNUNET_TESTING_get_trait_hello (const struct - GNUNET_TESTING_Command - *cmd, - char **hello); - int GNUNET_TESTING_get_trait_test_system (const struct GNUNET_TESTING_Command *cmd, -- cgit v1.2.3