* make the cookie failure page non-cacheable.
[citadel.git] / webcit / webcit.h
index 36f763077cc8cfa195373093bb3350e2a812ae40..b65b29d274b458ce1a5102ff65b9725a5a1d0411 100644 (file)
@@ -414,6 +414,7 @@ typedef struct _HdrRefs {
        long ContentLength;
        time_t if_modified_since;
        int gzip_ok;                            /**< Nonzero if Accept-encoding: gzip */
+       int prohibit_caching;
 
        /* these are references into Hdr->HTTPHeaders, so we don't need to free them. */
        StrBuf *ContentType;