mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
cleanup
This commit is contained in:
parent
5aff4778b8
commit
88dc23aedf
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ struct VtBlock
|
|||
u32int vtglobaltolocal(uchar[VtScoreSize]);
|
||||
void vtlocaltoglobal(u32int, uchar[VtScoreSize]);
|
||||
|
||||
VtCache *vtcachealloc(VtConn*, int blocksize, ulong nblocks, int mode);
|
||||
VtCache *vtcachealloc(VtConn*, int blocksize, ulong nblocks);
|
||||
void vtcachefree(VtCache*);
|
||||
VtBlock *vtcachelocal(VtCache*, u32int addr, int type);
|
||||
VtBlock *vtcacheglobal(VtCache*, uchar[VtScoreSize], int type);
|
||||
|
|
Loading…
Reference in a new issue