gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis] branch master updated: adjust scope


From: gnunet
Subject: [taler-anastasis] branch master updated: adjust scope
Date: Sun, 24 Nov 2019 18:01:42 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 9fdc1c7  adjust scope
9fdc1c7 is described below

commit 9fdc1c708cdeb28baad308550afd892fc6941ab9
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Nov 24 18:01:39 2019 +0100

    adjust scope
---
 src/backend/anastasis-httpd.c | 2 +-
 src/backend/anastasis-httpd.h | 5 -----
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/src/backend/anastasis-httpd.c b/src/backend/anastasis-httpd.c
index eca8373..15b5a09 100644
--- a/src/backend/anastasis-httpd.c
+++ b/src/backend/anastasis-httpd.c
@@ -36,7 +36,7 @@
 /**
  * Should a "Connection: close" header be added to each HTTP response?
  */
-int TMH_anastasis_connection_close;
+static int TMH_anastasis_connection_close;
 
 /**
  * Task running the HTTP server.
diff --git a/src/backend/anastasis-httpd.h b/src/backend/anastasis-httpd.h
index 0a00c76..f8f2b18 100644
--- a/src/backend/anastasis-httpd.h
+++ b/src/backend/anastasis-httpd.h
@@ -127,11 +127,6 @@ struct TM_HandlerContext
 };
 
 
-/**
- * Should a "Connection: close" header be added to each HTTP response?
- */
-extern int TMH_anastasis_connection_close;
-
 /**
  * Handle to the database backend.
  */

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]