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 >
Wrap
Text File
|
1989-08-30
|
1KB
|
41 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,
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));