Blob


1 #include "stdinc.h"
2 #include "dat.h"
3 #include "fns.h"
4 #include "error.h"
6 void
7 bwatchReset(uchar score[VtScoreSize])
8 {
9 USED(score);
10 }
12 void
13 bwatchInit(void)
14 {
15 }
17 void
18 bwatchSetBlockSize(uint i)
19 {
20 USED(i);
21 }
23 void
24 bwatchDependency(Block *b)
25 {
26 USED(b);
27 }
29 void
30 bwatchLock(Block *b)
31 {
32 USED(b);
33 }
35 void
36 bwatchUnlock(Block *b)
37 {
38 USED(b);
39 }