diff options
author | Lars-Dominik Braun <PromyLOPh@gmail.com> | 2008-06-19 15:49:23 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@gmail.com> | 2008-06-19 15:49:23 +0200 |
commit | 880a0446c465d22ea3e36db838b8df1e594fa4da (patch) | |
tree | 150d66a02b7f99b193b6dda816896d15a190cd5a /libpiano/src/xml.h | |
parent | 3e76f37c014f867f3b99e482ecb071884322f5d3 (diff) | |
download | pianobar-880a0446c465d22ea3e36db838b8df1e594fa4da.tar.gz pianobar-880a0446c465d22ea3e36db838b8df1e594fa4da.tar.bz2 pianobar-880a0446c465d22ea3e36db838b8df1e594fa4da.zip |
"Add more music" implemented
This can add more track/artist seeds to the currently played station
Diffstat (limited to 'libpiano/src/xml.h')
-rw-r--r-- | libpiano/src/xml.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libpiano/src/xml.h b/libpiano/src/xml.h index 1165f12..ebc2df7 100644 --- a/libpiano/src/xml.h +++ b/libpiano/src/xml.h @@ -32,6 +32,8 @@ PianoReturn_t PianoXmlParseSearch (char *searchXml, PianoSearchResult_t *searchResult); PianoReturn_t PianoXmlParseSimple (char *xml); PianoReturn_t PianoXmlParseCreateStation (PianoHandle_t *ph, char *xml); +PianoReturn_t PianoXmlParseAddSeed (PianoHandle_t *ph, char *xml, + PianoStation_t *station); char *PianoXmlEncodeString (const char *s); |