]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
* make the iconbar css a template
[citadel.git] / webcit / webcit.h
index 3dc49116f4a6856c8d5b0dd120b3afce1330392d..a9746f93e36439cc41058f41914c65250e6d3387 100644 (file)
@@ -520,7 +520,7 @@ struct wcsession {
        int cache_max_folders;
        int cache_num_floors;
        time_t cache_timestamp;
-       HashList *IconBarSettings;              /* which icons should be shown / not shown? */
+       long *IBSettingsVec;                    /* which icons should be shown / not shown? */
        const StrBuf *floordiv_expanded;        /* which floordiv currently expanded */
 
 
@@ -793,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