home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computerworld 1996 March
/
Computerworld_1996-03_cd.bin
/
idg_cd3
/
utility
/
htmtl090
/
rtftohtm.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-02-19
|
393b
|
17 lines
/* RTFtoHTM.H */
#ifndef _rtftohtm_h_
#define _rtftohtm_h_
#ifndef _INC_WINDOWS
#include <windows.h>
#endif
extern long PASCAL FAR RTFtoHTM (LPSTR iname,UINT ilen,LPSTR oname,UINT olen);
extern LPSTR pascal FAR RTFOptionStr(LPSTR opt,LPSTR str,int len);
extern long pascal FAR RTFSetOption(LPSTR opt,int val);
extern long pascal FAR RTFGetOption(LPSTR opt);
#endif