summaryrefslogtreecommitdiff
path: root/libpiano/src/main.c
diff options
context:
space:
mode:
authorLars-Dominik Braun <PromyLOPh@gmail.com>2008-08-13 12:11:44 +0200
committerLars-Dominik Braun <PromyLOPh@gmail.com>2008-08-13 12:11:44 +0200
commit95d3383fd3996c8a181c04379f6ff57a685933d3 (patch)
treef54d44129e7f3f287d796066152ecbf29cca088b /libpiano/src/main.c
parentbfda4e40cce3aa986e4fe8d3881a689cd6ef411f (diff)
downloadpianobar-95d3383fd3996c8a181c04379f6ff57a685933d3.tar.gz
pianobar-95d3383fd3996c8a181c04379f6ff57a685933d3.tar.bz2
pianobar-95d3383fd3996c8a181c04379f6ff57a685933d3.zip
piano: Describe narrative functions added in last commit
Diffstat (limited to 'libpiano/src/main.c')
-rw-r--r--libpiano/src/main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libpiano/src/main.c b/libpiano/src/main.c
index 2b51303..dbc273b 100644
--- a/libpiano/src/main.c
+++ b/libpiano/src/main.c
@@ -779,6 +779,12 @@ PianoReturn_t PianoTransformShared (PianoHandle_t *ph,
return ret;
}
+/* "why dit you play this song?"
+ * @param piano handle
+ * @param song (from playlist)
+ * @param return allocated string; you have to free it yourself
+ * @return _OK or error
+ */
PianoReturn_t PianoExplain (const PianoHandle_t *ph, const PianoSong_t *song,
char **retExplain) {
char xmlSendBuf[PIANO_SEND_BUFFER_SIZE], url[PIANO_URL_BUFFER_SIZE];