aboutsummaryrefslogtreecommitdiff
path: root/src/stats.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stats.h')
-rw-r--r--src/stats.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/stats.h b/src/stats.h
index aca8c06a..ac81f42f 100644
--- a/src/stats.h
+++ b/src/stats.h
@@ -19,6 +19,8 @@
#ifndef STATS_H
#define STATS_H
+struct client;
+
typedef struct _Stats {
unsigned long daemonStart;
int numberOfSongs;
@@ -31,6 +33,6 @@ extern Stats stats;
void initStats(void);
-int printStats(int fd);
+int printStats(struct client *client);
#endif