home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd1.bin
/
files
/
docs
/
misc
/
amigafaq
/
programmer
/
hostrequest.c
< prev
next >
Wrap
C/C++ Source or Header
|
1994-07-28
|
274b
|
14 lines
#include <clib/envoy_protos.h>
#ifdef AZTEC_C
#include <pragmas/envoy_lib.h>
#endif
#if defined(__SASC) || defined(_DCC) || defined(__MAXON__)
#include <pragmas/envoy_pragmas.h>
#endif
BOOL HostRequest(Tag tag, ...)
{ return(HostRequestA((struct TagItem *) &tag));
}