From 43304e940b55889cb07da3e2c29cef48cb76e5d1 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 10 Jun 2008 21:26:54 +0200 Subject: Documentation for new function --- libpiano/main.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libpiano') 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]; -- cgit v1.2.3