home *** CD-ROM | disk | FTP | other *** search
- /* function prototypes for PopInfo.. */
-
- #ifndef __NOPROTO
- #ifndef __PROTO
- #define __PROTO(a) a
- #endif
- #else
- #ifndef __PROTO
- #define __PROTO(a) ()
- #endif
- #endif
-
- void main __PROTO((int argc,
- char *argv[]));
- int OpenAll __PROTO((void));
- int CloseUp __PROTO((int err));
- int conbstr __PROTO((BSTR in,
- char *out));
- int countdevices __PROTO((void));
- int diskpresent __PROTO((int drive));
- int ReadBlock __PROTO((int drive));
- int cidcmp __PROTO((int state));
- int ViewBoot __PROTO((int c));
- int DisplayBoot __PROTO((int which));
- int WipeBoot __PROTO((int c));
- int SaveBoot __PROTO((void));
- int LoadBoot __PROTO((int unit));
- int CheckDriveGadgets __PROTO((void));
- int CheckBlock __PROTO((int state));
- int gf __PROTO((struct Window *Window,
- char *title,
- int x,
- int y));
- int YesNo __PROTO((char *text));
- int simplerequest __PROTO((struct Window *Window,
- char *text,
- int x,
- int y,
- char *pos,
- char *neg));
-