From 33afbdac8876943af3ccc899f1a907ce8463f676 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Mon, 16 Mar 2009 13:46:22 +0000 Subject: [PATCH] STABLE14-ubik-phys-invalidate-returns-void-20090316 LICENSE IPL10 if we're fixing it this way let's be consistent --- src/ubik/ubik.p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ubik/ubik.p.h b/src/ubik/ubik.p.h index 547babc4f..341d9d919 100644 --- a/src/ubik/ubik.p.h +++ b/src/ubik/ubik.p.h @@ -164,7 +164,7 @@ struct ubik_dbase { int (*sync) (struct ubik_dbase * adbase, afs_int32 afile); int (*stat) (struct ubik_dbase * adbase, afs_int32 afid, struct ubik_stat * astat); - int (*open) (struct ubik_dbase * adbase, afs_int32 afid); + void (*open) (struct ubik_dbase * adbase, afs_int32 afid); int (*setlabel) (struct ubik_dbase * adbase, afs_int32 afile, struct ubik_version * aversion); /* set the version label */ int (*getlabel) (struct ubik_dbase * adbase, afs_int32 afile, struct ubik_version * aversion); /* retrieve the version label */ int (*getnfiles) (struct ubik_dbase * adbase); /* find out number of files */ -- 2.39.5