home *** CD-ROM | disk | FTP | other *** search
- #ifndef __INC_POS_PEXEC_CALLBACK_H
- #define __INC_POS_PEXEC_CALLBACK_H
- /*******************************************************************
- Includes Release 24
- (C) Copyright 1995-1997 proDAD
- All Rights Reserved
-
- $AUT Holger Burkarth
- $DAT >>CallBack.h<< 12 Sep 1996 09:59:38 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PEXEC_LIST_H
- #include <pExec/List.h>
- #endif
-
- /*----------------------------------
- -----------------------------------*/
- struct pOS_Callback
- {
- struct pOS_ExNode cb_Node;
- ULONG cb_UserData[2];
- ULONG (*cb_Code)(_R_A0 const struct pOS_Callback*,_R_A1 APTR);
- };
-
- #endif
-