summaryrefslogtreecommitdiff
path: root/src/auditor/taler-auditor-httpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditor/taler-auditor-httpd.h')
-rw-r--r--src/auditor/taler-auditor-httpd.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/auditor/taler-auditor-httpd.h b/src/auditor/taler-auditor-httpd.h
index 79e56ff55..853722f09 100644
--- a/src/auditor/taler-auditor-httpd.h
+++ b/src/auditor/taler-auditor-httpd.h
@@ -39,6 +39,12 @@ extern struct TALER_AUDITORDB_Plugin *TAH_plugin;
extern struct TALER_EXCHANGEDB_Plugin *TAH_eplugin;
/**
+ * Exchange master public key (according to the
+ * configuration). (global)
+ */
+extern struct TALER_MasterPublicKeyP TAH_master_public_key;
+
+/**
* Our currency.
*/
extern char *TAH_currency;