aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-08-18 22:05:53 +0200
committert3sserakt <t3ss@posteo.de>2021-08-18 22:05:53 +0200
commit69406e8930cccd2dcd32fa7067abb6937788bba7 (patch)
treee7a97654b687d9f73322bb65f054195c273384f7 /src/transport
parent71a70133ad41085750ee1018fe026838d0aab5ac (diff)
downloadgnunet-69406e8930cccd2dcd32fa7067abb6937788bba7.tar.gz
gnunet-69406e8930cccd2dcd32fa7067abb6937788bba7.zip
- fixed copyright year
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/transport-testing-cmds.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/transport/transport-testing-cmds.h b/src/transport/transport-testing-cmds.h
index f171f833f..ece3b09a2 100644
--- a/src/transport/transport-testing-cmds.h
+++ b/src/transport/transport-testing-cmds.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2006, 2009, 2015, 2016 GNUnet e.V. 3 Copyright (C) 2021 GNUnet e.V.
4 4
5 GNUnet is free software: you can redistribute it and/or modify it 5 GNUnet is free software: you can redistribute it and/or modify it
6 under the terms of the GNU Affero General Public License as published 6 under the terms of the GNU Affero General Public License as published
@@ -44,10 +44,10 @@ GNUNET_TRANSPORT_cmd_connect_peers (const char *label,
44 44
45struct GNUNET_TESTING_Command 45struct GNUNET_TESTING_Command
46GNUNET_TRANSPORT_cmd_send_simple (const char *label, 46GNUNET_TRANSPORT_cmd_send_simple (const char *label,
47 char *m, 47 char *m,
48 char *n, 48 char *n,
49 uint32_t num, 49 uint32_t num,
50 const char *peer1_label, 50 const char *peer1_label,
51 const char *peer2_label); 51 const char *peer2_label);
52 52
53int 53int
@@ -60,7 +60,8 @@ GNUNET_TRANSPORT_get_trait_connected_peers_map (const struct
60 GNUNET_TESTING_Command 60 GNUNET_TESTING_Command
61 *cmd, 61 *cmd,
62 struct 62 struct
63 GNUNET_CONTAINER_MultiShortmap ** 63 GNUNET_CONTAINER_MultiShortmap *
64 *
64 connected_peers_map); 65 connected_peers_map);
65int 66int
66GNUNET_TRANSPORT_get_trait_hello_size (const struct 67GNUNET_TRANSPORT_get_trait_hello_size (const struct