aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-07-24 20:15:44 +0000
committerrsc <devnull@localhost>2005-07-24 20:15:44 +0000
commit23fb2edb22703ad10aae02295e654b3de68617c5 (patch)
tree68033bae1131e4028eb4a78d4cc028bd2c77839d /include
parent7ba8aa0c7083415ad69c2f8e591425f3c6ebf952 (diff)
downloadplan9port-23fb2edb22703ad10aae02295e654b3de68617c5.tar.gz
plan9port-23fb2edb22703ad10aae02295e654b3de68617c5.tar.bz2
plan9port-23fb2edb22703ad10aae02295e654b3de68617c5.zip
venti updates
Diffstat (limited to 'include')
-rw-r--r--include/venti.h1
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);