* don't nail upload hellos to .gif as we don't need that anymore
[citadel.git] / webcit / webcit.h
index ba1b40a9affb61e58e512728d57fb25cae969fb7..a616dc89b908c70f4d038a66fd2440f33623ddf3 100644 (file)
@@ -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);