* More operations.

This commit is contained in:
Eelco Dolstra 2006-11-30 20:45:20 +00:00
parent a711689368
commit 0263279071
3 changed files with 50 additions and 9 deletions

View file

@ -7,9 +7,11 @@
typedef enum {
wopQuit = 0,
wopIsValidPath = 1,
wopQuerySubstitutes = 2,
wopQuit,
wopIsValidPath,
wopQuerySubstitutes,
wopAddToStore,
wopAddTextToStore,
} WorkerOp;