diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2014-11-02 00:22:02 +0100 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2014-11-02 22:14:29 +0100 |
commit | 0457af36fef70d795afaf56c13a105b2016caad6 (patch) | |
tree | 7891f7cea36ec7b8c6f1ce0108dd903e9825fe0b /src/helpers.h | |
parent | 30d57afcace02b6347cd5e644bd0a987717237fc (diff) |
mpd: redesign Item and adjust browser
Diffstat (limited to 'src/helpers.h')
-rw-r--r-- | src/helpers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/helpers.h b/src/helpers.h index ff8abd22..51a35308 100644 --- a/src/helpers.h +++ b/src/helpers.h @@ -550,6 +550,8 @@ inline const char *withErrors(bool success) bool addSongToPlaylist(const MPD::Song &s, bool play, int position = -1); +std::string timeFormat(const char *format, time_t t); + std::string Timestamp(time_t t); void markSongsInPlaylist(ProxySongList pl); |