summaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r--src/include/taler_testing_lib.h4
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);
/**