aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-06-22 20:26:34 +0200
committerChristian Grothoff <christian@grothoff.org>2023-06-22 20:26:34 +0200
commit7bb95475994504fa56902159be4f4789a3793a38 (patch)
treeb13ca4cf313de4eba6bdd7f82e36228c82f958df /src/include/taler_testing_lib.h
parent22d5b9fc3a304b89c05e4493d8bb10cef6a38134 (diff)
downloadexchange-7bb95475994504fa56902159be4f4789a3793a38.tar.xz
more API cleanup
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r--src/include/taler_testing_lib.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 2c9f58596..6554bc95e 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -2740,4 +2740,15 @@ struct TALER_EXCHANGE_Handle *
TALER_TESTING_get_exchange (struct TALER_TESTING_Interpreter *is);
+/**
+ * Get exchange URL from interpreter. Convenience function.
+ *
+ * @param is interpreter state.
+ * @return the exchange URL, or NULL on error
+ */
+const char *
+TALER_TESTING_get_exchange_url (
+ struct TALER_TESTING_Interpreter *is);
+
+
#endif