diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-11 23:10:32 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-11 23:10:32 +0100 |
commit | 3743d200ad6b9341c9cf782d2f27c5fe45de065a (patch) | |
tree | 71fe665f38e621e538565c5e63d5a47db7a5ca00 /src/include | |
parent | 4587a79071fb7d5b18401d0df3e39accf9b81625 (diff) |
misc clean ups
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_testing_lib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 410a71b6a..a5a0b4354 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -2165,8 +2165,8 @@ TALER_TESTING_cmd_wire_del (const char *label, * @return the command */ struct TALER_TESTING_Command -TALER_TESTING_cmd_offline_sign_keys (const char *label, - const char *config_filename); +TALER_TESTING_cmd_exec_offline_sign_keys (const char *label, + const char *config_filename); /** |