Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/http-auth'
[gitweb.git]
/
urlmatch.h
diff --git
a/urlmatch.h
b/urlmatch.h
index 0ea812b03a3f56b44778a780fa7528f270ab7593..37ee5da85e2dd3f0ba3ee12d0c515fa6def2a043 100644
(file)
--- a/
urlmatch.h
+++ b/
urlmatch.h
@@
-34,7
+34,8
@@
struct url_info {
extern char *url_normalize(const char *, struct url_info *);
struct urlmatch_item {
- size_t matched_len;
+ size_t hostmatch_len;
+ size_t pathmatch_len;
char user_matched;
};