From c17e785395246007a177b69347213384094befc5 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 12 Jun 2008 20:55:24 +0200 Subject: lib: Misc documentation fixes --- libpiano/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libpiano/main.c') diff --git a/libpiano/main.c b/libpiano/main.c index 4d186a9..3e77490 100644 --- a/libpiano/main.c +++ b/libpiano/main.c @@ -168,7 +168,6 @@ void PianoDestroy (PianoHandle_t *ph) { * @return nothing */ void PianoConnect (PianoHandle_t *ph, char *user, char *password) { - /* sync */ char url[PIANO_URL_BUFFER_SIZE]; char *requestStr = PianoEncryptString ("" "misc.sync" @@ -415,8 +414,9 @@ PianoReturn_t PianoDeleteStation (PianoHandle_t *ph, PianoStation_t *station) { return ret; } -/* search for music (artist or track), needed to create new station, don't - * forget to free the search result +/* search for music (artist or track), needed to create new station; don't + * forget to free the search result; beware! searchResult will be nulled + * by PianoXmlParseSearch * @author PromyLOPh * @added 2008-06-11 * @public yes -- cgit v1.2.3