]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
ubik-trans-decl-20051027
authorJim Rees <rees@umich.edu>
Thu, 27 Oct 2005 19:34:44 +0000 (19:34 +0000)
committerJim Rees <rees@umich.edu>
Thu, 27 Oct 2005 19:34:44 +0000 (19:34 +0000)
add missing decl for struct ubik_trans

src/vlserver/vlserver.p.h

index 141e626d5cdc2fe8bae79b8ad8a1c01b1d7cf6db..94dba9664a0b07ea9017dbc98b3ec322f29b5860 100644 (file)
@@ -128,6 +128,7 @@ struct extentaddr {
 
 #define VLog(level, str)   ViceLog(5, str)
 
+struct ubik_trans;
 extern int FreeBlock(struct ubik_trans *trans, afs_int32 blockindex);
 
 #endif /* _VLSERVER_ */