From a39f7626758a7d26c1bc419b1eaa46cbfee5ecaa Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Wed, 25 Jun 2008 14:49:58 +0200 Subject: piano/client: Initial ban-for-a-month implementation Use it when you're tired of hearing a single song again and again... --- libpiano/src/piano.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libpiano/src/piano.h') diff --git a/libpiano/src/piano.h b/libpiano/src/piano.h index 54c54dd..121f0db 100644 --- a/libpiano/src/piano.h +++ b/libpiano/src/piano.h @@ -101,7 +101,7 @@ struct PianoSong { char *musicId; char *title; char *focusTraitId; - //char *identity; + char *identity; //int score; /* only used for search results */ struct PianoSong *next; }; @@ -166,5 +166,6 @@ PianoReturn_t PianoSearchMusic (PianoHandle_t *ph, char *searchStr, PianoReturn_t PianoCreateStation (PianoHandle_t *ph, char *musicId); PianoReturn_t PianoStationAddMusic (PianoHandle_t *ph, PianoStation_t *station, char *musicId); +PianoReturn_t PianoSongTired (PianoHandle_t *ph, PianoSong_t *song); #endif /* _PIANO_H */ -- cgit v1.2.3