aboutsummaryrefslogtreecommitdiffstats
path: root/main/lighttpd/0023-remove-unused-stuff-from-server.h.patch
blob: 178cba4c40db464bb53b8c1dd42d2bb280f8a03b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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