From 4736c08e8ffe0929761d86580ff55ac1a6af9ef3 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 1 Aug 2006 23:15:45 +0000 Subject: [PATCH] volume-static-mismatch-20060801 VPrintExtendedCacheStats_r should not be static. --- src/vol/volume.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vol/volume.c b/src/vol/volume.c index 641ec2b..84a5885 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; -- 1.9.4