home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD1.bin
/
new
/
docs
/
misc
/
amigafaq
/
programmer
/
pragmas
/
envoy_lib.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-07-28
|
309b
|
13 lines
#ifndef PRAGMAS_ENVOY_LIB_H
#define PRAGMAS_ENVOY_LIB_H
#ifndef CLIB_ENVOY_PROTOS_H
#include <clib/envoy_protos.h>
#endif
#pragma amicall(EnvoyBase,0x1e,HostRequestA(a0))
#pragma amicall(EnvoyBase,0x24,LoginRequestA(a0))
#pragma amicall(EnvoyBase,0x2a,UserRequestA(a0))
#endif /* PRAGMAS_ENVOY_LIB_H */