home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 177.lha / DRes_v1.3 / src / oldfile.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-04-28  |  319 b   |  25 lines

  1.  
  2. /*
  3.  *  FILE.H
  4.  *
  5.  *  Message Passing structure.
  6.  */
  7.  
  8. #define RMSG struct _RMSG
  9.  
  10. RMSG {
  11.     MSG     Mesg;    /*  exec message    */
  12.     long    Arg1;
  13.     long    Arg2;
  14.     long    Arg3;
  15.     long    Arg4;
  16.     long    Res1;
  17. };
  18.  
  19. #define RACT_GETRES    1   /*    (name,type,nmlen,tylen)     */
  20. #define RACT_
  21.  
  22. extern PORT    ResPort;
  23.  
  24.  
  25.