muimaster.library: update minor version
[AROS.git] / arch / m68k-amiga / setpatch / setpatch.conf
blob222d38d89e25780b422e457911feb62c842f8ecb
1 ##begin config
2 version 41.2
3 residentpri -126
4 libbase SetPatchBase
5 libbasetype struct SetPatchBase
6 libbasetypeextern struct Library
7 options noexpunge
8 ##end config
10 ##begin cdefprivate
11 #include "setpatch_intern.h"
12 ##end cdefprivate
14 ##begin cdef
15 #include <exec/nodes.h>
17 struct PatchEntry {
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 */
23 ##end cdef
25 ##begin functionlist
26 BOOL AddPatch(struct PatchEntry *pe) (A0)
27 VOID RemPatch(struct PatchEntry *pe) (A0)
28 struct PatchEntry *FindPatch(CONST_STRPTR name) (A0)
29 ##end functionlist