home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
compress
/
ppdata.lha
/
src
/
messages.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-07-13
|
247 b
|
13 lines
/*
* messages.h
*
* Prototypes for routines defined in messages.c.
*
* MWS, 3/92.
*/
void InitMessages(void);
void __stdargs Message(char *s, ...);
LONG __stdargs Confirm(char *s, ...);
LONG __stdargs MultiRequest(char *responses, char *s, ...);