diff options
Diffstat (limited to 'src/include/taler_testing_lib.h')
-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 410a71b6..a5a0b435 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); /** |