Multipart/alternative (possibly nested inside multipart/mixed)
[citadel.git] / webcit / webcit.h
index d47d6a830f572e14be365b743a78f93ad7fc25f2..890e432dde7c8c45b389f4d8025f1b4d1e3a3a23 100644 (file)
@@ -760,6 +760,8 @@ void display_wiki_page(void);
 int get_time_format_cached (void);
 int xtoi(char *in, size_t len);
 void webcit_fmt_date(char *buf, time_t thetime, int brief);
+char *html_to_ascii(char *inputmsg, int msglen, int screenwidth, int do_citaformat);
+
 
 #ifdef HAVE_ICONV
 iconv_t ctdl_iconv_open(const char *tocode, const char *fromcode);