diff options
author | Lars-Dominik Braun <PromyLOPh@gmail.com> | 2008-06-10 21:26:54 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@gmail.com> | 2008-06-10 21:26:54 +0200 |
commit | 43304e940b55889cb07da3e2c29cef48cb76e5d1 (patch) | |
tree | 55795a1616783ea1aa2aa381c296c5e3c14f332d /libpiano | |
parent | 2a8a7a8837e374aef2e13bbcc90900071a64cec8 (diff) | |
download | pianobar-43304e940b55889cb07da3e2c29cef48cb76e5d1.tar.gz pianobar-43304e940b55889cb07da3e2c29cef48cb76e5d1.tar.bz2 pianobar-43304e940b55889cb07da3e2c29cef48cb76e5d1.zip |
Documentation for new function
Diffstat (limited to 'libpiano')
-rw-r--r-- | libpiano/main.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libpiano/main.c b/libpiano/main.c index 60ecfd5..08ea22b 100644 --- a/libpiano/main.c +++ b/libpiano/main.c @@ -268,6 +268,15 @@ PianoReturn_t PianoRateTrack (PianoHandle_t *ph, PianoStation_t *station, return ret; } +/* rename station + * @author PromyLOPh + * @added 2008-06-10 + * @public yes + * @param piano handle + * @param change this stations name + * @param new name + * @return + */ PianoReturn_t PianoRenameStation (PianoHandle_t *ph, PianoStation_t *station, char *newName) { char xmlSendBuf[10000], url[PIANO_URL_BUFFER_SIZE]; |