summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-04-11 16:38:09 +0200
committerChristian Grothoff <christian@grothoff.org>2015-04-11 16:38:09 +0200
commitbd2372f20ef7259d87c44e92de32c66b26e6632f (patch)
tree1ddbbd74087d40143042e194881ca0f2a0e90e5d /src/mint/taler-mint-httpd.h
parent929a99cdbb579e53fe458752b147c10344c92aca (diff)
downloadexchange-bd2372f20ef7259d87c44e92de32c66b26e6632f.tar.gz
exchange-bd2372f20ef7259d87c44e92de32c66b26e6632f.tar.bz2
exchange-bd2372f20ef7259d87c44e92de32c66b26e6632f.zip
implementing #3740
Diffstat (limited to 'src/mint/taler-mint-httpd.h')
-rw-r--r--src/mint/taler-mint-httpd.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mint/taler-mint-httpd.h b/src/mint/taler-mint-httpd.h
index 5a65ba438..c674a9daa 100644
--- a/src/mint/taler-mint-httpd.h
+++ b/src/mint/taler-mint-httpd.h
@@ -28,10 +28,9 @@
#include <microhttpd.h>
/**
- * For now, we just do EUR. Should become configurable in the future! (#3740)
+ * Which currency is used by this mint?
*/
-#define TMH_MINT_CURRENCY "EUR"
-
+extern char *TMH_mint_currency_string;
/**
* The mint's configuration.