summaryrefslogtreecommitdiff
path: root/src/twister/testing_api_helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/twister/testing_api_helpers.c')
-rw-r--r--src/twister/testing_api_helpers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/twister/testing_api_helpers.c b/src/twister/testing_api_helpers.c
index 48a56c9..5f6a48a 100644
--- a/src/twister/testing_api_helpers.c
+++ b/src/twister/testing_api_helpers.c
@@ -36,7 +36,7 @@
* @return twister base URL, NULL upon errors.
*/
char *
-TALER_TESTING_prepare_twister (const char *config_filename)
+TALER_TWISTER_prepare_twister (const char *config_filename)
{
struct GNUNET_CONFIGURATION_Handle *cfg;
unsigned long long port;
@@ -85,7 +85,7 @@ TALER_TESTING_prepare_twister (const char *config_filename)
* @return twister process handle, NULL upon errors.
*/
struct GNUNET_OS_Process *
-TALER_TESTING_run_twister (const char *config_filename)
+TALER_TWISTER_run_twister (const char *config_filename)
{
struct GNUNET_OS_Process *proc;
struct GNUNET_OS_Process *client_proc;