00001 #ifndef _RTF_HTML_ 00002 #define _RTF_HTML_ 00003 00004 // This decodes the aweful mess that is 00005 // M$ RTF back into the HTML it came from 00006 // and then back to RTF. 00007 char *MsRtfToHtml(char *s); 00008 char *MsHtmlToRtf(char *s); 00009 00010 #endif