aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_testing_ng_lib.h25
-rw-r--r--src/include/gnunet_transport_service.h14
2 files changed, 0 insertions, 39 deletions
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,
833 char **what_am_i); 833 char **what_am_i);
834 834
835 835
836
837int
838GNUNET_TESTING_get_trait_peer_id (const struct
839 GNUNET_TESTING_Command *cmd,
840 struct GNUNET_PeerIdentity **id);
841
842int
843GNUNET_TESTING_get_trait_connected_peers_map (const struct
844 GNUNET_TESTING_Command
845 *cmd,
846 struct
847 GNUNET_CONTAINER_MultiPeerMap **
848 connected_peers_map);
849int
850GNUNET_TESTING_get_trait_hello_size (const struct
851 GNUNET_TESTING_Command
852 *cmd,
853 size_t **hello_size);
854
855int
856GNUNET_TESTING_get_trait_hello (const struct
857 GNUNET_TESTING_Command
858 *cmd,
859 char **hello);
860
861int 836int
862GNUNET_TESTING_get_trait_test_system (const struct 837GNUNET_TESTING_get_trait_test_system (const struct
863 GNUNET_TESTING_Command *cmd, 838 GNUNET_TESTING_Command *cmd,
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index 97dfda1ec..d190eff92 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -686,20 +686,6 @@ GNUNET_TRANSPORT_core_get_mq (struct GNUNET_TRANSPORT_CoreHandle *handle,
686 const struct GNUNET_PeerIdentity *peer); 686 const struct GNUNET_PeerIdentity *peer);
687 687
688 688
689struct GNUNET_TESTING_Command
690GNUNET_TRANSPORT_cmd_start_peer (const char *label,
691 const char *system_label,
692 char *m,
693 char *n,
694 struct GNUNET_MQ_MessageHandler *handlers,
695 const char *cfgname);
696
697struct GNUNET_TESTING_Command
698GNUNET_TRANSPORT_cmd_connect_peers (const char *label,
699 const char *peer1_label,
700 const char *peer2_label);
701
702
703#if 0 /* keep Emacsens' auto-indent happy */ 689#if 0 /* keep Emacsens' auto-indent happy */
704{ 690{
705#endif 691#endif