]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
* The 'Search' box now works properly in a Wiki room.
[citadel.git] / webcit / webcit.h
index 745b152a312a26e247d069b084c15541fcbea042..e015ce50fb4b9b18d3e5c77a2503e8efbf741a8e 100644 (file)
@@ -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;
@@ -792,6 +793,7 @@ long guess_calhourformat(void);
 int get_time_format_cached (void);
 int xtoi(const char *in, size_t len);
 const char *get_selected_language(void);
+void display_wiki_pagelist(void);
 
 #define DATEFMT_FULL 0
 #define DATEFMT_BRIEF 1