Blame


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