home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
libraries
/
reqlib_400
/
reqproto.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-11-03
|
642b
|
23 lines
/* Prototypes for the req.library for use with Lattice. */
#ifndef __NOPROTO
#ifndef __PROTO
#define __PROTO(a) a
#endif
#else
#ifndef __PROTO
#define __PROTO(a) ()
#endif
#endif
void __stdargs SimpleRequest __PROTO((char *,...));
int __stdargs TwoGadRequest __PROTO((char *,...));
int __stdargs FileRequester __PROTO((struct FileRequester *));
void __stdargs Center __PROTO((struct NewWindow *,int,int));
void __stdargs PurgeFiles __PROTO((struct FileRequester *));
int __stdargs ColorRequester __PROTO((long));
int __stdargs TextRequest __PROTO((struct TRStructure *));
char __stdargs RawKeyToAscii __PROTO((long,long,APTR));