diff options
Diffstat (limited to '')
-rw-r--r-- | src/DespotifyUtils.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/DespotifyUtils.hxx b/src/DespotifyUtils.hxx index 7e35edc3c..2d78844c0 100644 --- a/src/DespotifyUtils.hxx +++ b/src/DespotifyUtils.hxx @@ -20,6 +20,7 @@ #ifndef MPD_DESPOTIFY_H #define MPD_DESPOTIFY_H +struct Tag; struct despotify_session; struct ds_track; @@ -41,7 +42,8 @@ struct despotify_session *mpd_despotify_get_session(void); * * @return a pointer to the filled in tags structure */ -struct tag *mpd_despotify_tag_from_track(struct ds_track *track); +Tag * +mpd_despotify_tag_from_track(struct ds_track *track); /** * Register a despotify callback. |