summaryrefslogtreecommitdiff
path: root/src/keyvalue.h
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2018-06-30 20:11:53 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2018-08-12 14:43:22 -0400
commit37900d24b3e44c8189d436410246a25ec6e1efdc (patch)
tree1197c53814fce27ea8728551c910baf70ec981c9 /src/keyvalue.h
parent1f6befbd6673c0031bf9381c06d32b22d8d35370 (diff)
downloadlighttpd-git-37900d24b3e44c8189d436410246a25ec6e1efdc.tar.gz
[mod_redirect,mod_rewrite] pass request URI info
Diffstat (limited to 'src/keyvalue.h')
-rw-r--r--src/keyvalue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/keyvalue.h b/src/keyvalue.h
index b50e7615..0a785484 100644
--- a/src/keyvalue.h
+++ b/src/keyvalue.h
@@ -5,11 +5,13 @@
#include "base_decls.h"
#include "buffer.h"
+struct burl_parts_t; /* declaration */
struct cond_cache_t; /* declaration */
struct pcre_keyvalue; /* declaration */
typedef struct pcre_keyvalue_ctx {
struct cond_cache_t *cache;
+ struct burl_parts_t *burl;
int m;
} pcre_keyvalue_ctx;