diff options
Diffstat (limited to 'main/lighttpd/0023-remove-unused-stuff-from-server.h.patch')
-rw-r--r-- | main/lighttpd/0023-remove-unused-stuff-from-server.h.patch | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/main/lighttpd/0023-remove-unused-stuff-from-server.h.patch b/main/lighttpd/0023-remove-unused-stuff-from-server.h.patch new file mode 100644 index 0000000000..178cba4c40 --- /dev/null +++ b/main/lighttpd/0023-remove-unused-stuff-from-server.h.patch @@ -0,0 +1,38 @@ +From 68add2602b15638f2bb8cb7710a0dd60e95c6ac3 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Stefan=20B=C3=BChler?= <stbuehler@web.de> +Date: Sun, 8 Feb 2015 19:10:53 +0000 +Subject: [PATCH 23/29] remove unused stuff from server.h +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +From: Stefan Bühler <stbuehler@web.de> + +git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2983 152afb58-edef-0310-8abb-c4023f1b3aa9 +--- + src/server.h | 8 -------- + 1 file changed, 8 deletions(-) + +diff --git a/src/server.h b/src/server.h +index bca2d52..67d4e7c 100644 +--- a/src/server.h ++++ b/src/server.h +@@ -3,15 +3,7 @@ + + #include "base.h" + +-typedef struct { +- char *key; +- char *value; +-} two_strings; +- +-typedef enum { CONFIG_UNSET, CONFIG_DOCUMENT_ROOT } config_var_t; +- + int config_read(server *srv, const char *fn); + int config_set_defaults(server *srv); +-buffer *config_get_value_buffer(server *srv, connection *con, config_var_t field); + + #endif +-- +2.4.5 + |