summaryrefslogtreecommitdiff
path: root/libpiano/src/piano.h
diff options
context:
space:
mode:
authorLars-Dominik Braun <PromyLOPh@gmail.com>2008-06-25 14:49:58 +0200
committerLars-Dominik Braun <PromyLOPh@gmail.com>2008-06-25 14:50:54 +0200
commita39f7626758a7d26c1bc419b1eaa46cbfee5ecaa (patch)
tree39828b6b9b2d0c3f3859cbd7a3eaa022c1fa3660 /libpiano/src/piano.h
parentaf2ceec1e540bae28fdd3ec07158dcd137d3c9da (diff)
downloadpianobar-a39f7626758a7d26c1bc419b1eaa46cbfee5ecaa.tar.gz
pianobar-a39f7626758a7d26c1bc419b1eaa46cbfee5ecaa.tar.bz2
pianobar-a39f7626758a7d26c1bc419b1eaa46cbfee5ecaa.zip
piano/client: Initial ban-for-a-month implementation
Use it when you're tired of hearing a single song again and again...
Diffstat (limited to 'libpiano/src/piano.h')
-rw-r--r--libpiano/src/piano.h3
1 files changed, 2 insertions, 1 deletions
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 */