aboutsummaryrefslogtreecommitdiff
path: root/src/messenger/testing_messenger_setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/messenger/testing_messenger_setup.h')
-rw-r--r--src/messenger/testing_messenger_setup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/messenger/testing_messenger_setup.h b/src/messenger/testing_messenger_setup.h
index e5ae0c151..d2e72b51f 100644
--- a/src/messenger/testing_messenger_setup.h
+++ b/src/messenger/testing_messenger_setup.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2021 GNUnet e.V. 3 Copyright (C) 2021, 2023 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
@@ -34,7 +34,7 @@ struct test_configuration
34}; 34};
35 35
36int 36int
37GNUNET_run_messenger_setup (const char* test_name, 37GNUNET_run_messenger_setup (const char *test_name,
38 const struct test_configuration *cfg); 38 const struct test_configuration *cfg);
39 39
40#endif /* GNUNET_TESTING_MESSENGER_SETUP_H_ */ 40#endif /* GNUNET_TESTING_MESSENGER_SETUP_H_ */