aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/fossil/fns.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/fossil/fns.h')
-rw-r--r--src/cmd/fossil/fns.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cmd/fossil/fns.h b/src/cmd/fossil/fns.h
index c22d3b79..daf9db7c 100644
--- a/src/cmd/fossil/fns.h
+++ b/src/cmd/fossil/fns.h
@@ -18,7 +18,7 @@ int sourceTruncate(Source*);
void sourceUnlock(Source*);
Block* cacheAllocBlock(Cache*, int, u32int, u32int, u32int);
-Cache* cacheAlloc(Disk*, VtSession*, ulong, int);
+Cache* cacheAlloc(Disk*, VtConn*, ulong, int);
void cacheCountUsed(Cache*, u32int, u32int*, u32int*, u32int*);
int cacheDirty(Cache*);
void cacheFlush(Cache*, int);
@@ -81,11 +81,11 @@ int fileGetSources(File*, Entry*, Entry*);
File* fileRoot(Source*);
int fileSnapshot(File*, File*, u32int, int);
int fsNextQid(Fs*, u64int*);
-int mkVac(VtSession*, uint, Entry*, Entry*, DirEntry*, uchar[VtScoreSize]);
+int mkVac(VtConn*, uint, Entry*, Entry*, DirEntry*, uchar[VtScoreSize]);
Block* superGet(Cache*, Super*);
void archFree(Arch*);
-Arch* archInit(Cache*, Disk*, Fs*, VtSession*);
+Arch* archInit(Cache*, Disk*, Fs*, VtConn*);
void archKick(Arch*);
void bwatchDependency(Block*);