aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_service.h
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-07-23 13:31:34 +0200
committert3sserakt <t3ss@posteo.de>2021-07-23 13:31:34 +0200
commitc96fdfad67a3eed8ca61b9e228b81f3a85a3b2c5 (patch)
treed83c9584bb010fae36b0994c5a95f30509d72694 /src/include/gnunet_transport_service.h
parent6b2c5a92fbc3a57c42fc9fb38c4705ecb7afb328 (diff)
downloadgnunet-c96fdfad67a3eed8ca61b9e228b81f3a85a3b2c5.tar.gz
gnunet-c96fdfad67a3eed8ca61b9e228b81f3a85a3b2c5.zip
- moving cmds to other packages
Diffstat (limited to 'src/include/gnunet_transport_service.h')
-rw-r--r--src/include/gnunet_transport_service.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index d190eff92..97dfda1ec 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -686,6 +686,20 @@ 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
689#if 0 /* keep Emacsens' auto-indent happy */ 703#if 0 /* keep Emacsens' auto-indent happy */
690{ 704{
691#endif 705#endif