From: Derrick Brashear Date: Sat, 18 Feb 2006 04:58:28 +0000 (+0000) Subject: flushrec-prototype-20060217 X-Git-Tag: openafs-devel-1_5_0~1 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=9e3fdd9c3c2576ec9c5f465b2be936096ca20cd7;p=packages%2Fo%2Fopenafs.git flushrec-prototype-20060217 add a prototype to shut up gcc4 --- diff --git a/src/afs/afs_prototypes.h b/src/afs/afs_prototypes.h index 23572eb94..63069b2d2 100644 --- a/src/afs/afs_prototypes.h +++ b/src/afs/afs_prototypes.h @@ -823,6 +823,7 @@ extern afs_int32 afs_bulkStatsLost; extern int afs_norefpanic; extern struct vcache *ReclaimedVCList; +extern void afs_FlushReclaimedVcaches(void); void afs_vcacheInit(int astatSize); extern struct vcache *afs_FindVCache(struct VenusFid *afid, afs_int32 * retry, afs_int32 flag);