home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DTP Toolbox
/
DTPToolbox.iso
/
textfiles
/
faqs
/
amiga
/
amigafaq
/
programmer
/
pragmas
/
envoy_lib.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
C/C++ Source or Header
|
1994-07-29
|
309 b
|
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 */