home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD1.img
/
d2xx
/
d223
/
popinfo
/
popinfo.i
< prev
next >
Wrap
Text File
|
1989-06-25
|
851b
|
34 lines
/* 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,
unsigned 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((char *title,
int x,
int y));
int YesNo __PROTO((char *text));