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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/messenger/testing_messenger_setup.h b/src/messenger/testing_messenger_setup.h
index 5e6b5d461..e5ae0c151 100644
--- a/src/messenger/testing_messenger_setup.h
+++ b/src/messenger/testing_messenger_setup.h
@@ -34,6 +34,7 @@ struct test_configuration
34}; 34};
35 35
36int 36int
37GNUNET_run_messenger_setup (const char* test_name, const struct test_configuration *cfg); 37GNUNET_run_messenger_setup (const char* test_name,
38 const struct test_configuration *cfg);
38 39
39#endif /* GNUNET_TESTING_MESSENGER_SETUP_H_ */ 40#endif /* GNUNET_TESTING_MESSENGER_SETUP_H_ */