home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 573a.lha / AT_copy_v2.22 / Janus / SetupSig.h < prev   
C/C++ Source or Header  |  1991-06-29  |  350b  |  16 lines

  1. /***********************************
  2. *                                  *
  3. * SetupSig.h aus Amiga INTERN      *
  4. *                                  *
  5. ***********************************/
  6.  
  7. struct SetupSig
  8. {
  9.     struct Interrupt    ss_Interrupt;
  10.     APTR            ss_TaskPtr;
  11.     ULONG            ss_SigMask;
  12.     APTR            ss_ParamPtr;
  13.     ULONG            ss_ParamSize;
  14.     UWORD            ss_JanusIntNum;
  15.     };
  16.