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 127c4dd8a..25e374277 100644
--- a/src/auditor/taler-auditor-httpd.h
+++ b/src/auditor/taler-auditor-httpd.h
@@ -25,6 +25,7 @@
#include <microhttpd.h>
#include "taler_auditordb_plugin.h"
+#include "taler_exchangedb_plugin.h"
/**
@@ -32,6 +33,11 @@
*/
extern struct TALER_AUDITORDB_Plugin *TAH_plugin;
+/**
+ * Our DB plugin to talk to the *exchange* database.
+ */
+extern struct TALER_EXCHANGEDB_Plugin *TAH_eplugin;
+
/**
* @brief Struct describing an URL and the handler for it.