]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
Hdr->http_host is now gone.
[citadel.git] / webcit / webcit.h
index e6086b1b91e9665d497b12df76fc93e553740cb2..33f87cd8066e4dec58126d7c91cf347fe160ba04 100644 (file)
@@ -429,7 +429,6 @@ typedef struct _HdrRefs {
        StrBuf *ContentType;
        StrBuf *RawCookie;
        StrBuf *ReqLine;
-       StrBuf *http_host;                      /* HTTP Host: header */
        StrBuf *browser_host;
        StrBuf *browser_language;
        StrBuf *user_agent;
@@ -612,6 +611,7 @@ extern char wizard_filename[];
 extern int follow_xff;
 extern int num_threads_existing;
 extern int num_threads_executing;
+extern StrBuf *site_prefix;
 
 void InitialiseSemaphores(void);
 void begin_critical_section(int which_one);