home *** CD-ROM | disk | FTP | other *** search
- /***************************************************************************
- INTVBNAL FUNCTION PROTOTYPES
- ****************************************************************************/
-
- /***************************************************************************
- FILE: TVB.C
- ****************************************************************************/
- int OurPrintf(LPSTR,...);
- int GetData(HWND,HLSTR FAR *);
- int ReadTvbFile(HWND,HLSTR);
- int SaveTvbFile(HWND,HLSTR);
- int SetData(HWND,HLSTR);
- LONG FAR PASCAL _export TerCtlProc(HCTL,HWND,USHORT,USHORT,LONG);
- LONG FAR PASCAL _export VbxCallback(HWND,USHORT,USHORT,LONG);
- void FarMove(void far *,void far *,WORD);
-
-
-