summaryrefslogtreecommitdiff
path: root/src/bank-lib/testing_api_cmd_reject.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bank-lib/testing_api_cmd_reject.c')
-rw-r--r--src/bank-lib/testing_api_cmd_reject.c4
1 files changed, 2 insertions, 2 deletions
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)