mpd_malloc struct mpd_stats * mpd_stats_begin(void)
mpd_pure unsigned mpd_stats_get_number_of_songs(const struct mpd_stats *stats)
void mpd_stats_free(struct mpd_stats *stats)
mpd_pure unsigned long mpd_stats_get_db_update_time(const struct mpd_stats *stats)
Compiler specific definitions.
mpd_pure unsigned long mpd_stats_get_play_time(const struct mpd_stats *stats)
mpd_pure unsigned mpd_stats_get_number_of_albums(const struct mpd_stats *stats)
mpd_malloc struct mpd_stats * mpd_run_stats(struct mpd_connection *connection)
mpd_malloc struct mpd_stats * mpd_recv_stats(struct mpd_connection *connection)
mpd_pure unsigned long mpd_stats_get_db_play_time(const struct mpd_stats *stats)
mpd_pure unsigned long mpd_stats_get_uptime(const struct mpd_stats *stats)
bool mpd_send_stats(struct mpd_connection *connection)
mpd_pure unsigned mpd_stats_get_number_of_artists(const struct mpd_stats *stats)
void mpd_stats_feed(struct mpd_stats *status, const struct mpd_pair *pair)