X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=3dc49116f4a6856c8d5b0dd120b3afce1330392d;hb=e121c5f3c425e5013f16d2b78ba45fc9ffd8f96e;hp=745b152a312a26e247d069b084c15541fcbea042;hpb=e0f8d9fdedd1a6d57603f5f8717bf54b003f322c;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index 745b152a3..3dc49116f 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -379,6 +379,7 @@ typedef struct _HdrRefs { int gzip_ok; /* Nonzero if Accept-encoding: gzip */ int prohibit_caching; int dav_depth; + int Static; /* these are references into Hdr->HTTPHeaders, so we don't need to free them. */ StrBuf *ContentType;