diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-02-07 23:51:33 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-02-07 23:56:07 +0100 |
commit | 97f3e30c3d4081a6765c914c94b6cbf3a75110f3 (patch) | |
tree | 5ff0d97240d39ab987564154d9d9a3f4a88eebf5 /src/auditor/taler-auditor-httpd.h | |
parent | c6b14a97c57528cbcf5e23e20707e8ec50b7faec (diff) | |
parent | e0d46f96859b33b3f04791028e30bce4f0173567 (diff) |
fixing merge conflict
Diffstat (limited to 'src/auditor/taler-auditor-httpd.h')
-rw-r--r-- | src/auditor/taler-auditor-httpd.h | 6 |
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; |