]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
THIS IS 7.31
[citadel.git] / webcit / webcit.h
index 7ca1fac8718af549c25095e007f18d3489d515ca..9009b3507b23510ec09a9c00d814a4b95b0201f0 100644 (file)
@@ -124,7 +124,7 @@ extern locale_t wc_locales[];
 #define CLIENT_ID              4
 #define CLIENT_VERSION         730             /* This version of WebCit */
 #define MINIMUM_CIT_VERSION    730             /* min required Citadel ver */
-#define        LIBCITADEL_MIN          103             /* min required libcitadel ver */
+#define        LIBCITADEL_MIN          105             /* min required libcitadel ver */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define LB                     (1)             /* Internal escape chars */
@@ -510,6 +510,7 @@ void output_headers(    int do_httpheaders,
                        int cache);
 void wprintf(const char *format,...);
 void output_static(char *what);
+void display_mime_icon(void);
 void print_menu_box(char* Title, char *Class, int nLines, ...);
 long stresc(char *target, long tSize, char *strbuf, int nbsp, int nolinebreaks);
 void escputs(char *strbuf);