* Changed the comments at the beginning of each file to a consistent format
[citadel.git] / citadel / html.h
1 /*
2  * $Id$
3  * 
4  */
5
6 char *html_to_ascii(char *inputmsg, int screenwidth, int do_citaformat);