diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-11-29 14:32:39 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-11-29 14:32:39 +0100 |
commit | 3240844e48dc62b80c6167558677bcd7b83dd3c0 (patch) | |
tree | 5e22bc6185bbd2f1a03c7886a1badcb4269d0333 /src/exchange/taler-exchange-httpd.h | |
parent | b65a2f77eb19b23063a5b73bc9ce5fb2e3622431 (diff) |
get code for most new endpoints to build (but DB not done)
Diffstat (limited to 'src/exchange/taler-exchange-httpd.h')
-rw-r--r-- | src/exchange/taler-exchange-httpd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd.h b/src/exchange/taler-exchange-httpd.h index b1e8079f..ad46788c 100644 --- a/src/exchange/taler-exchange-httpd.h +++ b/src/exchange/taler-exchange-httpd.h @@ -68,6 +68,11 @@ extern struct TALER_MasterPublicKeyP TEH_master_public_key; */ extern struct TALER_EXCHANGEDB_Plugin *TEH_plugin; +/** + * Our currency. + */ +extern char *TEH_currency; + /** * @brief Struct describing an URL and the handler for it. |