From: Russ Allbery Date: Tue, 1 Aug 2006 23:15:45 +0000 (+0000) Subject: volume-static-mismatch-20060801 X-Git-Tag: BP-openafs-windows-kdfs-ifs~1159 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=4736c08e8ffe0929761d86580ff55ac1a6af9ef3;p=packages%2Fo%2Fopenafs.git volume-static-mismatch-20060801 VPrintExtendedCacheStats_r should not be static. --- diff --git a/src/vol/volume.c b/src/vol/volume.c index 641ec2b7d..84a588559 100644 --- a/src/vol/volume.c +++ b/src/vol/volume.c @@ -5997,7 +5997,7 @@ DoubleToPrintable(double x, char * buf, int len) return buf; } -static void +void VPrintExtendedCacheStats_r(int flags) { int i, j;