diff options
author | rsc <devnull@localhost> | 2005-07-24 20:15:44 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-07-24 20:15:44 +0000 |
commit | 23fb2edb22703ad10aae02295e654b3de68617c5 (patch) | |
tree | 68033bae1131e4028eb4a78d4cc028bd2c77839d /include | |
parent | 7ba8aa0c7083415ad69c2f8e591425f3c6ebf952 (diff) | |
download | plan9port-23fb2edb22703ad10aae02295e654b3de68617c5.tar.gz plan9port-23fb2edb22703ad10aae02295e654b3de68617c5.tar.bz2 plan9port-23fb2edb22703ad10aae02295e654b3de68617c5.zip |
venti updates
Diffstat (limited to 'include')
-rw-r--r-- | include/venti.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/venti.h b/include/venti.h index acb255d2..e1bb2325 100644 --- a/include/venti.h +++ b/include/venti.h @@ -463,6 +463,7 @@ VtFile *vtfileopenroot(VtCache*, VtEntry*); VtFile *vtfilecreateroot(VtCache*, int psize, int dsize, int type); VtFile *vtfileopen(VtFile*, u32int, int); VtFile *vtfilecreate(VtFile*, int psize, int dsize, int dir); +VtFile *_vtfilecreate(VtFile*, int offset, int psize, int dsize, int dir); VtBlock *vtfileblock(VtFile*, u32int, int mode); long vtfileread(VtFile*, void*, long, vlong); long vtfilewrite(VtFile*, void*, long, vlong); |