X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=890e432dde7c8c45b389f4d8025f1b4d1e3a3a23;hb=720cc070f9bb5cdfd5f5f90c8a209efeed146fae;hp=d47d6a830f572e14be365b743a78f93ad7fc25f2;hpb=7465c5bdbaeb6548db295ef8b5b8ffdd160f4edb;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index d47d6a830..890e432dd 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -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);