home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff242.lzh / PopInfo / PopInfo.i < prev    next >
Text File  |  1989-08-30  |  1KB  |  41 lines

  1. /* function prototypes for PopInfo.. */
  2.  
  3. #ifndef __NOPROTO
  4. #ifndef __PROTO
  5. #define __PROTO(a) a
  6. #endif
  7. #else
  8. #ifndef __PROTO
  9. #define __PROTO(a) ()
  10. #endif
  11. #endif
  12.  
  13. void main __PROTO((int argc,
  14.                    char *argv[]));
  15. int OpenAll __PROTO((void));
  16. int CloseUp __PROTO((int err));
  17. int conbstr __PROTO((BSTR in,
  18.                       char *out));
  19. int countdevices __PROTO((void));
  20. int diskpresent __PROTO((int drive));
  21. int ReadBlock __PROTO((int drive));
  22. int cidcmp __PROTO((int state));
  23. int ViewBoot __PROTO((int c));
  24. int DisplayBoot __PROTO((int which));
  25. int WipeBoot __PROTO((int c));
  26. int SaveBoot __PROTO((void));
  27. int LoadBoot __PROTO((int unit));
  28. int CheckDriveGadgets __PROTO((void));
  29. int CheckBlock __PROTO((int state));
  30. int gf __PROTO((struct Window *Window,
  31.                 char *title,
  32.                 int x,
  33.                 int y));
  34. int YesNo __PROTO((char *text));
  35. int simplerequest __PROTO((struct Window *Window,
  36.                            char *text,
  37.                            int x,
  38.                            int y,
  39.                            char *pos,
  40.                            char *neg));
  41.