aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api_cmd_backchannel_check.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-05 07:56:35 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-05 07:56:35 +0200
commit53e3a0e32e24629b25a64d7572bc350f69608fac (patch)
treef33043aac7f2d8fbf44a7540d9d25217ecbb912a /src/transport/transport_api_cmd_backchannel_check.c
parent96c6d62c6a149b0645b6a2a487a7e24e09b5fbc9 (diff)
downloadgnunet-53e3a0e32e24629b25a64d7572bc350f69608fac.tar.gz
gnunet-53e3a0e32e24629b25a64d7572bc350f69608fac.zip
Fix warnings; CADET not FTBFS because old hello removed
Diffstat (limited to 'src/transport/transport_api_cmd_backchannel_check.c')
-rw-r--r--src/transport/transport_api_cmd_backchannel_check.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/transport/transport_api_cmd_backchannel_check.c b/src/transport/transport_api_cmd_backchannel_check.c
index 1bdb8817f..68bdae69c 100644
--- a/src/transport/transport_api_cmd_backchannel_check.c
+++ b/src/transport/transport_api_cmd_backchannel_check.c
@@ -30,7 +30,6 @@
30#include "gnunet_testing_netjail_lib.h" 30#include "gnunet_testing_netjail_lib.h"
31#include "gnunet_transport_application_service.h" 31#include "gnunet_transport_application_service.h"
32#include "gnunet_hello_lib.h" 32#include "gnunet_hello_lib.h"
33#include "gnunet_transport_service.h"
34#include "transport-testing-cmds.h" 33#include "transport-testing-cmds.h"
35 34
36/** 35/**