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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/auditor/taler-auditor-httpd.h b/src/auditor/taler-auditor-httpd.h
index 25e374277..79e56ff55 100644
--- a/src/auditor/taler-auditor-httpd.h
+++ b/src/auditor/taler-auditor-httpd.h
@@ -38,6 +38,10 @@ extern struct TALER_AUDITORDB_Plugin *TAH_plugin;
*/
extern struct TALER_EXCHANGEDB_Plugin *TAH_eplugin;
+/**
+ * Our currency.
+ */
+extern char *TAH_currency;
/**
* @brief Struct describing an URL and the handler for it.