diff options
Diffstat (limited to 'src/DespotifyUtils.hxx')
-rw-r--r-- | src/DespotifyUtils.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/DespotifyUtils.hxx b/src/DespotifyUtils.hxx index c0d4af47c..835b901a2 100644 --- a/src/DespotifyUtils.hxx +++ b/src/DespotifyUtils.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 @@ -42,10 +42,10 @@ struct despotify_session *mpd_despotify_get_session(void); * * @param track the track to convert * - * @return a pointer to the filled in tags structure + * @return filled in #Tag structure */ -Tag * -mpd_despotify_tag_from_track(struct ds_track *track); +Tag +mpd_despotify_tag_from_track(const ds_track &track); /** * Register a despotify callback. |