diff options
| author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-12-21 14:04:43 +0100 | 
|---|---|---|
| committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-12-21 14:04:43 +0100 | 
| commit | df6eda3994236a29f961d473308c44d5fb85e187 (patch) | |
| tree | 804b50f7426325fe14ec02280145dda8f3d1e8ba /src/exchange-lib/testing_api_cmd_wire.c | |
| parent | 7d8d8b2e8a2a1c8737b805c63c83ae9892c7bab9 (diff) | |
Provide test API for keys serialization.
Diffstat (limited to 'src/exchange-lib/testing_api_cmd_wire.c')
| -rw-r--r-- | src/exchange-lib/testing_api_cmd_wire.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/exchange-lib/testing_api_cmd_wire.c b/src/exchange-lib/testing_api_cmd_wire.c index 0153af19..283e8769 100644 --- a/src/exchange-lib/testing_api_cmd_wire.c +++ b/src/exchange-lib/testing_api_cmd_wire.c @@ -159,7 +159,7 @@ wire_cb (void *cls,   * @param cmd the command to execute.   * @param is the interpreter state.   */ -void +static void  wire_run (void *cls,            const struct TALER_TESTING_Command *cmd,            struct TALER_TESTING_Interpreter *is) @@ -179,7 +179,7 @@ wire_run (void *cls,   * @param cls closure.   * @param cmd the command which is being cleaned up.   */ -void +static void  wire_cleanup (void *cls,                const struct TALER_TESTING_Command *cmd)  { | 
