diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-06-27 16:49:23 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-06-27 16:49:23 +0200 |
commit | f033320300081607fd8f8861324ea1fc8fa2efd1 (patch) | |
tree | a235d171e8acdd4c85f4cb5fb73f0b3f644553ba /src/bank-lib | |
parent | 193d95bdbdf5041a68f0e3cc7f0e067950029a96 (diff) |
Addressing #5291.
Diffstat (limited to 'src/bank-lib')
-rw-r--r-- | src/bank-lib/testing_api_cmd_history.c | 4 | ||||
-rw-r--r-- | src/bank-lib/testing_api_cmd_reject.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/bank-lib/testing_api_cmd_history.c b/src/bank-lib/testing_api_cmd_history.c index c9f4960e7..361315ee9 100644 --- a/src/bank-lib/testing_api_cmd_history.c +++ b/src/bank-lib/testing_api_cmd_history.c @@ -686,7 +686,7 @@ history_cb (void *cls, * @param cmd the command to execute. * @param is the interpreter state. */ -void +static void history_run (void *cls, const struct TALER_TESTING_Command *cmd, struct TALER_TESTING_Interpreter *is) @@ -738,7 +738,7 @@ history_run (void *cls, * @param cls closure. * @param cmd the command which is being cleaned up. */ -void +static void history_cleanup (void *cls, const struct TALER_TESTING_Command *cmd) diff --git a/src/bank-lib/testing_api_cmd_reject.c b/src/bank-lib/testing_api_cmd_reject.c index b929e262d..d2fffb865 100644 --- a/src/bank-lib/testing_api_cmd_reject.c +++ b/src/bank-lib/testing_api_cmd_reject.c @@ -94,7 +94,7 @@ reject_cb (void *cls, * @param cls closure. * @param cmd the command. */ -void +static void reject_cleanup (void *cls, const struct TALER_TESTING_Command *cmd) @@ -117,7 +117,7 @@ reject_cleanup * @param cmd the command to execute. * @param is the interpreter state. */ -void +static void reject_run (void *cls, const struct TALER_TESTING_Command *cmd, struct TALER_TESTING_Interpreter *is) |