* sample aproach to use the citadel commandline client html renderer to create a...
[citadel.git] / webcit / html.h
1 /*
2  * $Id: html.h 5148 2007-05-08 15:40:16Z ajc $
3  * 
4  */
5
6 char *html_to_ascii(char *inputmsg, int msglen, int screenwidth, int do_citaformat);