aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_api_helpers_bank.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-07 19:37:06 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-07 19:37:06 +0100
commit6000339fbcc91b2bf3bc4a2ae9b934b6093f7cb6 (patch)
tree3567d343fcba4909a6f7818a1b5f2a1f72ba1b09 /src/testing/testing_api_helpers_bank.c
parent6ffb32aaab11b8c21de8c457b438044c4a2b37c3 (diff)
downloadexchange-6000339fbcc91b2bf3bc4a2ae9b934b6093f7cb6.tar.xz
fix comments
Diffstat (limited to 'src/testing/testing_api_helpers_bank.c')
-rw-r--r--src/testing/testing_api_helpers_bank.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testing/testing_api_helpers_bank.c b/src/testing/testing_api_helpers_bank.c
index 2876c2470..d3c7a2d73 100644
--- a/src/testing/testing_api_helpers_bank.c
+++ b/src/testing/testing_api_helpers_bank.c
@@ -281,7 +281,7 @@ TALER_TESTING_run_bank (const char *config_filename,
}
-int
+enum GNUNET_GenericReturnValue
TALER_TESTING_prepare_nexus (const char *config_filename,
int reset_db,
const char *config_section,
@@ -401,7 +401,7 @@ TALER_TESTING_prepare_nexus (const char *config_filename,
}
-int
+enum GNUNET_GenericReturnValue
TALER_TESTING_prepare_bank (const char *config_filename,
int reset_db,
const char *config_section,
@@ -582,7 +582,7 @@ TALER_TESTING_prepare_bank (const char *config_filename,
}
-int
+enum GNUNET_GenericReturnValue
TALER_TESTING_prepare_fakebank (const char *config_filename,
const char *config_section,
struct TALER_TESTING_BankConfiguration *bc)