summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd.h')
-rw-r--r--src/backend/taler-merchant-httpd.h17
1 files changed, 13 insertions, 4 deletions
diff --git a/src/backend/taler-merchant-httpd.h b/src/backend/taler-merchant-httpd.h
index d2fe3921..c71108c0 100644
--- a/src/backend/taler-merchant-httpd.h
+++ b/src/backend/taler-merchant-httpd.h
@@ -183,11 +183,21 @@ struct TM_HandlerContext
};
-extern struct MERCHANT_Auditor *auditors;
-extern unsigned int nauditors;
-extern struct MERCHANT_WIREFORMAT_Sepa *wire;
+/**
+ * Our wire format details in JSON format (with salt).
+ */
+extern json_t *j_wire;
+/**
+ * Hash of our wire format details as given in #j_wire.
+ */
+extern struct GNUNET_HashCode h_wire;
+
+
+
+extern struct MERCHANT_Auditor *auditors;
+extern unsigned int nauditors;
extern struct MERCHANT_Mint **mints;
@@ -196,7 +206,6 @@ extern struct GNUNET_CRYPTO_EddsaPrivateKey *privkey;
extern PGconn *db_conn;
-extern long long salt;
extern unsigned int nmints;