Build version 1 of all catalogs.
[AROS.git] / rom / task / task.conf
bloba06c0e7f59cf135feb08d72c594f971a30decf09
1 ##begin config
2 version 1.0
3 libbase TaskResBase
4 libbasetype struct TaskResBase
5 residentpri 100
6 ##end config
7 ##begin cdef
9 #include <utility/tagitem.h>
11 ##end cdef
12 ##begin cdefprivate
13 #include "taskres_intern.h"
14 ##end cdefprivate
16 ##begin functionlist
17 struct TaskList *LockTaskList(ULONG flags) (D1)
18 void UnLockTaskList(ULONG flags) (D1)
19 struct Task *NextTaskEntry(struct TaskList *tlist, ULONG flags) (D1, D2)
20 .skip 2
21 VOID QueryTaskTagList(struct Task *task, struct TagItem * tagList) (A0, A1)
22 ##end functionlist