From 915542e69c5a481b8885661171880446d4ef009d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 2 Feb 2023 11:40:44 +0100 Subject: first draft of implementation of GET AML decisions endpoint --- src/include/taler_util.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/include/taler_util.h') diff --git a/src/include/taler_util.h b/src/include/taler_util.h index 5776d62c..8192ed87 100644 --- a/src/include/taler_util.h +++ b/src/include/taler_util.h @@ -32,7 +32,7 @@ * Version of the Taler API, in hex. * Thus 0.8.4-1 = 0x00080401. */ -#define TALER_API_VERSION 0x00080401 +#define TALER_API_VERSION 0x00090200 /** * Stringify operator. @@ -80,6 +80,12 @@ } while (0) +/** + * HTTP header with an AML officer signature to approve the inquiry. + * Used only in GET Requests. + */ +#define TALER_AML_OFFICER_SIGNATURE_HEADER "Taler-AML-Officer-Signature" + /** * Log an error message at log-level 'level' that indicates * a failure of the command 'cmd' with the message given -- cgit v1.2.3