home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / text+faqs / amigafaq / programmer / pragmas / envoy_lib.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-26  |  309 b   |  13 lines

  1. #ifndef PRAGMAS_ENVOY_LIB_H
  2. #define PRAGMAS_ENVOY_LIB_H
  3.  
  4. #ifndef CLIB_ENVOY_PROTOS_H
  5. #include <clib/envoy_protos.h>
  6. #endif
  7.  
  8. #pragma amicall(EnvoyBase,0x1e,HostRequestA(a0))
  9. #pragma amicall(EnvoyBase,0x24,LoginRequestA(a0))
  10. #pragma amicall(EnvoyBase,0x2a,UserRequestA(a0))
  11.  
  12. #endif  /*  PRAGMAS_ENVOY_LIB_H  */
  13.