diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-10-04 12:32:51 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-10-04 12:33:16 +0200 |
commit | 81ce7abe190751da205bced8ca340e1cdc83e4f0 (patch) | |
tree | 773ff69dda1e6649998266fa65322df2361af0d2 | |
parent | 5fbda29b76c24d9614402cd882f14ffc15d67a79 (diff) |
put 'static' keyword
-rw-r--r-- | src/exchange-lib/testing_api_cmd_refund.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange-lib/testing_api_cmd_refund.c b/src/exchange-lib/testing_api_cmd_refund.c index c6e3f9580..136ee631e 100644 --- a/src/exchange-lib/testing_api_cmd_refund.c +++ b/src/exchange-lib/testing_api_cmd_refund.c @@ -137,7 +137,7 @@ refund_cb (void *cls, * @param cmd the command to execute. * @param is the interpreter state. */ -void +static void refund_run (void *cls, const struct TALER_TESTING_Command *cmd, struct TALER_TESTING_Interpreter *is) @@ -250,7 +250,7 @@ refund_run (void *cls, * @param cls closure. * @param cmd the command which is being cleaned up. */ -void +static void refund_cleanup (void *cls, const struct TALER_TESTING_Command *cmd) { |