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
Wrap
C/C++ Source or Header
|
1991-06-29
|
350b
|
16 lines
/***********************************
* *
* SetupSig.h aus Amiga INTERN *
* *
***********************************/
struct SetupSig
{
struct Interrupt ss_Interrupt;
APTR ss_TaskPtr;
ULONG ss_SigMask;
APTR ss_ParamPtr;
ULONG ss_ParamSize;
UWORD ss_JanusIntNum;
};