From b7e89d37e0455fcd0d3b0e8e59d6c4d9005de97f Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Sat, 18 Feb 2006 04:59:31 +0000 Subject: [PATCH] STABLE14-flushrec-prototype-20060217 add a prototype to shut up gcc4 (cherry picked from commit 9e3fdd9c3c2576ec9c5f465b2be936096ca20cd7) --- src/afs/afs_prototypes.h | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.5