diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-11-18 11:53:37 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-11-18 11:53:37 +0100 |
commit | 8facb1c8ca6bee8399d83cde35a170f647da1636 (patch) | |
tree | bbb07be09dc7edfe718da2ffe1b266cd00d04e86 /src/include | |
parent | bbbb0986c63c162fbd299d6fe20cd4e4ba0f705f (diff) |
add dbinit cmd
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_testing_auditor_lib.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/taler_testing_auditor_lib.h b/src/include/taler_testing_auditor_lib.h index 297ab2b32..65f50b776 100644 --- a/src/include/taler_testing_auditor_lib.h +++ b/src/include/taler_testing_auditor_lib.h @@ -48,6 +48,18 @@ TALER_TESTING_cmd_exec_auditor (const char *label, /** + * Make the "exec-auditor-dbinit" CMD. Always run with the "-r" option. + * + * @param label command label. + * @param config_filename configuration filename. + * @return the command. + */ +struct TALER_TESTING_Command +TALER_TESTING_cmd_exec_auditor_dbinit (const char *label, + const char *config_filename); + + +/** * Make the "exec wire-auditor" CMD. * * @param label command label. |