5 libbasetype struct SetPatchBase
6 libbasetypeextern struct Library
11 #include "setpatch_intern.h"
15 #include <exec/nodes.h>
18 struct MinNode pe_Node;
19 CONST_STRPTR pe_Name; /* Name of the patch */
20 UWORD pe_Version; /* Patch version */
21 UWORD pe_Revision; /* Patch revision */
26 BOOL AddPatch(struct PatchEntry *pe) (A0)
27 VOID RemPatch(struct PatchEntry *pe) (A0)
28 struct PatchEntry *FindPatch(CONST_STRPTR name) (A0)