* use the new regular way to get the accept language header
[citadel.git] / webcit / webcit.h
index 94e6c8d363be56f4fd239a651776f5e205bbda45..745b152a312a26e247d069b084c15541fcbea042 100644 (file)
@@ -386,6 +386,7 @@ typedef struct _HdrRefs {
        StrBuf *ReqLine;
        StrBuf *http_host;                      /* HTTP Host: header */
        StrBuf *browser_host;
+       StrBuf *browser_language;
        StrBuf *user_agent;
        StrBuf *plainauth;
        StrBuf *dav_ifmatch;