home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / dskutl / diskedt.arc / DEVIDEO.H < prev    next >
Encoding:
Text File  |  1989-02-15  |  346 b   |  10 lines

  1. /* devideo.h - lrs - 2/13/89 */
  2. void ErrorMessage(char mess[]);
  3. void ClearErrorMessage();
  4. void ShowWriteAllowed(int writeallowed);
  5. void DisplayFrame();
  6. void ShowMaxes(int maxcyl, int maxhead, int maxsec);
  7. void DisplaySector (int drive, int cyl, int head, int sec,
  8.                     void* buf, int offs);
  9. /*---- end of devideo.h ----*/
  10.