summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-10-08 22:51:51 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-10-08 22:51:51 +0200
commit116904c7ff6b7b9972c5c77080e0bf7cd9240217 (patch)
tree291d459f8c272ad7523d368a15bec5c2aeb90d6b /src/backend/taler-merchant-httpd.h
parentaab4d45dfe909afc1f6c2c1bf31143c1ec0f1e1c (diff)
downloadmerchant-116904c7ff6b7b9972c5c77080e0bf7cd9240217.tar.gz
merchant-116904c7ff6b7b9972c5c77080e0bf7cd9240217.tar.bz2
merchant-116904c7ff6b7b9972c5c77080e0bf7cd9240217.zip
dd 51 work
Diffstat (limited to 'src/backend/taler-merchant-httpd.h')
-rw-r--r--src/backend/taler-merchant-httpd.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd.h b/src/backend/taler-merchant-httpd.h
index eaeef55e..3f34557e 100644
--- a/src/backend/taler-merchant-httpd.h
+++ b/src/backend/taler-merchant-httpd.h
@@ -672,6 +672,16 @@ struct TMH_SuspendedConnection
extern char *TMH_currency;
/**
+ * Length of the TMH_cspecs array.
+ */
+extern unsigned int TMH_num_cspecs;
+
+/**
+ * Rendering specs for currencies.
+ */
+extern struct TALER_CurrencySpecification *TMH_cspecs;
+
+/**
* Inform the auditor for all deposit confirmations (global option)
*/
extern int TMH_force_audit;