From 3f6a501b4d661acb8dba53d8a857e963aad2fe6b Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 30 Dec 2005 02:06:05 +0000 Subject: consistency is the hobgoblin of little minds. (taj/andrey) --- include/venti.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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; -- cgit v1.2.3