#ifndef GRAPHICS_GRAPHINT_H #define GRAPHICS_GRAPHINT_H /* ** $VER: graphint.h 39.0 (23.9.91) ** Includes Release 40.15 ** ** ** ** (C) Copyright 1985-1993 Commodore-Amiga, Inc. ** All Rights Reserved */ #ifndef EXEC_NODES_H #include #endif /* structure used by AddTOFTask */ struct Isrvstr { struct Node is_Node; struct Isrvstr *Iptr; /* passed to srvr by os */ int (*code)(); int (*ccode)(); int Carg; }; #endif /* GRAPHICS_GRAPHINT_H */