aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-12-30 02:06:05 +0000
committerrsc <devnull@localhost>2005-12-30 02:06:05 +0000
commit3f6a501b4d661acb8dba53d8a857e963aad2fe6b (patch)
tree40bc52d7ccb984cfb2af3e6fab0c27cb9897a6e9 /include
parentf65cd0d511c2b7301408ffffaa42ff080b1b54fd (diff)
downloadplan9port-3f6a501b4d661acb8dba53d8a857e963aad2fe6b.tar.gz
plan9port-3f6a501b4d661acb8dba53d8a857e963aad2fe6b.tar.bz2
plan9port-3f6a501b4d661acb8dba53d8a857e963aad2fe6b.zip
consistency is the hobgoblin of little minds. (taj/andrey)
Diffstat (limited to 'include')
-rw-r--r--include/venti.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/venti.h b/include/venti.h
index e09ad177..2250e0b9 100644
--- a/include/venti.h
+++ b/include/venti.h
@@ -481,10 +481,10 @@ int vtfilesetdirsize(VtFile*, u32int);
void vtfileunlock(VtFile*);
int vtfilelock(VtFile*, int);
int vtfilelock2(VtFile*, VtFile*, int);
-int vtfileflushbefore(VtFile*, uvlong);
+int vtfileflushbefore(VtFile*, u64int);
int vtfiletruncate(VtFile*);
uvlong vtfilegetsize(VtFile*);
-int vtfilesetsize(VtFile*, uvlong);
+int vtfilesetsize(VtFile*, u64int);
int vtfileremove(VtFile*);
extern int chattyventi;