diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-11-25 14:40:03 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-11-25 14:40:03 +0100 |
commit | 5052698cbc6692c922e75081af12ad24bf8c3e69 (patch) | |
tree | 5564379f336afa2ec6a1656d1c26de98e6475fe4 /src/include | |
parent | 55015a23328f7f1eac8002beb04665073a9e93c9 (diff) |
getting test_auditor_api to pass
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_testing_lib.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index bf3191432..9c0b00b58 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -1452,6 +1452,15 @@ int TALER_TESTING_cmd_is_batch (const struct TALER_TESTING_Command *cmd); +/** + * Obtain what command the batch is at. + * + * @return cmd current batch command + */ +struct TALER_TESTING_Command * +TALER_TESTING_cmd_batch_get_current (const struct TALER_TESTING_Command *cmd); + + /* *** Generic trait logic for implementing traits ********* */ /** |