Stats: use struct DatabaseStats

Eliminate redundant declaration.
This commit is contained in:
Max Kellermann
2013-11-22 00:12:12 +01:00
parent b9169a5670
commit 41a3fd0fd0
2 changed files with 4 additions and 25 deletions

View File

@@ -22,21 +22,6 @@
class Client;
struct stats {
/** number of song files in the music directory */
unsigned song_count;
/** sum of all song durations in the music directory (in
seconds) */
unsigned long song_duration;
/** number of distinct artist names in the music directory */
unsigned artist_count;
/** number of distinct album names in the music directory */
unsigned album_count;
};
void stats_global_init(void);
void stats_global_finish(void);