From: Derrick Brashear Date: Mon, 16 Mar 2009 13:46:22 +0000 (+0000) Subject: STABLE14-ubik-phys-invalidate-returns-void-20090316 X-Git-Tag: openafs-stable-1_4_9pre1~26 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=33afbdac8876943af3ccc899f1a907ce8463f676;p=packages%2Fo%2Fopenafs.git STABLE14-ubik-phys-invalidate-returns-void-20090316 LICENSE IPL10 if we're fixing it this way let's be consistent --- 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 */