diff options
author | rsc <devnull@localhost> | 2005-07-13 13:34:57 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-07-13 13:34:57 +0000 |
commit | 88dc23aedf161a1a060b9dfc0ab7917ce39ca08e (patch) | |
tree | a3029d5f94ac302b649e1a804871ab793d8fa099 /include | |
parent | 5aff4778b83fef85a3eab51c6ab807ba15fc200b (diff) | |
download | plan9port-88dc23aedf161a1a060b9dfc0ab7917ce39ca08e.tar.gz plan9port-88dc23aedf161a1a060b9dfc0ab7917ce39ca08e.tar.bz2 plan9port-88dc23aedf161a1a060b9dfc0ab7917ce39ca08e.zip |
cleanup
Diffstat (limited to 'include')
-rw-r--r-- | include/venti.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/venti.h b/include/venti.h index 2d5d0b39..8a416b53 100644 --- a/include/venti.h +++ b/include/venti.h @@ -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); |