From 5052698cbc6692c922e75081af12ad24bf8c3e69 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 25 Nov 2018 14:40:03 +0100 Subject: getting test_auditor_api to pass --- src/include/taler_testing_lib.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/include/taler_testing_lib.h') 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 ********* */ /** -- cgit v1.2.3