summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-18 11:53:37 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-18 11:53:37 +0100
commit8facb1c8ca6bee8399d83cde35a170f647da1636 (patch)
treebbb07be09dc7edfe718da2ffe1b266cd00d04e86 /src/include
parentbbbb0986c63c162fbd299d6fe20cd4e4ba0f705f (diff)
downloadexchange-8facb1c8ca6bee8399d83cde35a170f647da1636.tar.gz
exchange-8facb1c8ca6bee8399d83cde35a170f647da1636.tar.bz2
exchange-8facb1c8ca6bee8399d83cde35a170f647da1636.zip
add dbinit cmd
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_testing_auditor_lib.h12
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.