summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-17 18:01:56 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-17 18:01:56 +0100
commit8313dbd569a2579072f821f25c25c30543722b86 (patch)
tree9f9107bee1ca803025f3496850e35defc7d91ce5 /src/exchange/taler-exchange-httpd.h
parent67bfd94009edfeaa6f0afcc9afc9208cf35f3672 (diff)
downloadexchange-8313dbd569a2579072f821f25c25c30543722b86.tar.gz
exchange-8313dbd569a2579072f821f25c25c30543722b86.tar.bz2
exchange-8313dbd569a2579072f821f25c25c30543722b86.zip
remove dead globals
Diffstat (limited to 'src/exchange/taler-exchange-httpd.h')
-rw-r--r--src/exchange/taler-exchange-httpd.h21
1 files changed, 2 insertions, 19 deletions
diff --git a/src/exchange/taler-exchange-httpd.h b/src/exchange/taler-exchange-httpd.h
index bf0653606..38c611c66 100644
--- a/src/exchange/taler-exchange-httpd.h
+++ b/src/exchange/taler-exchange-httpd.h
@@ -1,6 +1,6 @@
/*
This file is part of TALER
- Copyright (C) 2014, 2015 GNUnet e.V.
+ Copyright (C) 2014, 2015, 2020 Taler Systems SA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU Affero General Public License as published by the Free Software
@@ -19,8 +19,6 @@
* @author Florian Dold
* @author Benedikt Mueller
* @author Christian Grothoff
- *
- * FIXME: Consider which of these need to really be globals...
*/
#ifndef TALER_EXCHANGE_HTTPD_H
#define TALER_EXCHANGE_HTTPD_H
@@ -29,19 +27,9 @@
/**
- * Which currency is used by this exchange?
- */
-extern char *TEH_exchange_currency_string;
-
-/**
- * Should we return "Connection: close" in each response?
- */
-extern int TEH_exchange_connection_close;
-
-/**
* How long is caching /keys allowed at most?
*/
-extern struct GNUNET_TIME_Relative max_keys_caching;
+extern struct GNUNET_TIME_Relative TEH_max_keys_caching;
/**
* The exchange's configuration.
@@ -65,11 +53,6 @@ extern char *TEH_revocation_directory;
extern struct TALER_MasterPublicKeyP TEH_master_public_key;
/**
- * Private key of the exchange we use to sign messages.
- */
-extern struct GNUNET_CRYPTO_EddsaPrivateKey TEH_exchange_private_signing_key;
-
-/**
* Our DB plugin.
*/
extern struct TALER_EXCHANGEDB_Plugin *TEH_plugin;