summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd.h')
-rw-r--r--src/backend/taler-merchant-httpd.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/backend/taler-merchant-httpd.h b/src/backend/taler-merchant-httpd.h
index 82c080e9..db01ea3c 100644
--- a/src/backend/taler-merchant-httpd.h
+++ b/src/backend/taler-merchant-httpd.h
@@ -363,11 +363,6 @@ extern struct TALER_MerchantPrivateKeyP privkey;
extern struct TALER_MerchantPublicKeyP pubkey;
/**
- * Should a "Connection: close" header be added to each HTTP response?
- */
-extern int TMH_merchant_connection_close;
-
-/**
* Handle to the database backend.
*/
extern struct TALER_MERCHANTDB_Plugin *db;