more rendering corrections
[AROS.git] / workbench / libs / desktop / worker_protos.h
blobb630dd9e79febfaf57df06fbfd3536b5d8c09f51
1 #ifndef WORKER_PROTOS_H
2 # define WORKER_PROTOS_H
4 ULONG workerEntry(void);
5 struct WorkerMessage *createWorkerScanMessage(ULONG workerCommand,
6 ULONG workerAction,
7 ULONG messageID,
8 struct MsgPort *replyPort,
9 BPTR dirLock);
10 struct MsgPort *startScannerWorker(ULONG id, BPTR dirLock,
11 struct MsgPort *replyPort);
13 #endif