home *** CD-ROM | disk | FTP | other *** search
/ Computerworld 1996 March / Computerworld_1996-03_cd.bin / idg_cd3 / utility / htmtl090 / rtftohtm.h < prev    next >
C/C++ Source or Header  |  1996-02-19  |  393b  |  17 lines

  1. /* RTFtoHTM.H */
  2.  
  3. #ifndef _rtftohtm_h_
  4. #define _rtftohtm_h_
  5.  
  6. #ifndef _INC_WINDOWS
  7. #include    <windows.h>
  8. #endif
  9.  
  10. extern  long PASCAL FAR RTFtoHTM (LPSTR iname,UINT ilen,LPSTR oname,UINT olen);
  11. extern  LPSTR pascal FAR RTFOptionStr(LPSTR opt,LPSTR str,int len);
  12. extern  long pascal FAR RTFSetOption(LPSTR opt,int val);
  13. extern  long pascal FAR RTFGetOption(LPSTR opt);
  14.  
  15. #endif
  16.  
  17.