home *** CD-ROM | disk | FTP | other *** search
- * CallList - Module to manipulate lists of functions to call - ⌐ 1991 Bryan Ford *
- ifnd BRY_CALLLIST_H
- BRY_CALLLIST_H set 1
-
- ifnd EXEC_NODES_I
- include "exec/nodes.i"
- endc
-
- ifnd EXEC_LISTS_I
- include "exec/lists.i"
- endc
-
- STRUCTURE CallNode,LN_SIZE
- APTR cn_CallFunction
- LONG cn_LocalData
- LABEL cn_SIZEOF
-
- endc
-