diff options
| author | Christian Grothoff <christian@grothoff.org> | 2023-05-13 20:31:47 +0200 |
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2023-05-13 20:31:47 +0200 |
| commit | 89e21002d6e76148904bd96aaf9b2d3f5e5a2da1 (patch) | |
| tree | 226b146046cd586eaa8fe8520deedf5789723a0a /src/exchange/taler-exchange-httpd.h | |
| parent | 90ca90b576149c760a76a58f200aee64c416a6cb (diff) | |
return tipping_allowed from /keys
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 5ab0ea92..e06807b5 100644 --- a/src/exchange/taler-exchange-httpd.h +++ b/src/exchange/taler-exchange-httpd.h @@ -65,6 +65,11 @@ extern int TEH_check_invariants_flag; extern int TEH_allow_keys_timetravel; /** + * Option set to #GNUNET_YES if tipping is enabled. + */ +extern int TEH_enable_tipping; + +/** * Main directory with revocation data. */ extern char *TEH_revocation_directory; |
