aboutsummaryrefslogtreecommitdiff
path: root/src/stats.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stats.h')
-rw-r--r--src/stats.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stats.h b/src/stats.h
index 81fd9b3a..4302732c 100644
--- a/src/stats.h
+++ b/src/stats.h
@@ -35,6 +35,6 @@ extern Stats stats;
void initStats();
-int printStats(FILE * fp);
+int printStats(int fd);
#endif