diff options
Diffstat (limited to 'src/Stats.hxx')
-rw-r--r-- | src/Stats.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Stats.hxx b/src/Stats.hxx index dd131ce19..0d36ec0b2 100644 --- a/src/Stats.hxx +++ b/src/Stats.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 The Music Player Daemon Project + * Copyright (C) 2003-2014 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -24,9 +24,8 @@ class Client; void stats_global_init(void); -void stats_global_finish(void); - -void stats_update(void); +void +stats_invalidate(); void stats_print(Client &client); |