From: Derrick Brashear Date: Sat, 18 Feb 2006 04:59:31 +0000 (+0000) Subject: STABLE14-flushrec-prototype-20060217 X-Git-Tag: openafs-stable-1_4_1-rc8 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b7e89d37e0455fcd0d3b0e8e59d6c4d9005de97f;p=packages%2Fo%2Fopenafs.git STABLE14-flushrec-prototype-20060217 add a prototype to shut up gcc4 (cherry picked from commit 9e3fdd9c3c2576ec9c5f465b2be936096ca20cd7) --- diff --git a/src/afs/afs_prototypes.h b/src/afs/afs_prototypes.h index dca36e9e5..b16e2a108 100644 --- a/src/afs/afs_prototypes.h +++ b/src/afs/afs_prototypes.h @@ -822,6 +822,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);