diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-06-18 14:25:09 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-06-18 14:25:09 +0200 |
commit | 5e87b47c487ccf29ac907d922bef39bc74867af7 (patch) | |
tree | 2b2b5e9a2aeb69e7f8d6154d7400fe481f375932 /src/mint/taler-mint-httpd.h | |
parent | 3a4429aa008fdab3b5787cd5e406bfd1c556c8e0 (diff) |
add test mode option to mint
Diffstat (limited to 'src/mint/taler-mint-httpd.h')
-rw-r--r-- | src/mint/taler-mint-httpd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mint/taler-mint-httpd.h b/src/mint/taler-mint-httpd.h index c674a9daa..a54e5aa2e 100644 --- a/src/mint/taler-mint-httpd.h +++ b/src/mint/taler-mint-httpd.h @@ -38,6 +38,11 @@ extern char *TMH_mint_currency_string; extern struct GNUNET_CONFIGURATION_Handle *cfg; /** + * Are we running in test mode? + */ +extern int TMH_test_mode; + +/** * Main directory with mint data. */ extern char *TMH_mint_directory; |