Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

RtfHtml.h

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

Generated on Wed Oct 26 14:46:51 2005 for Lgi by  doxygen 1.4.1