From d758e5a8313c7a00fcde2e6eccf27f1b6d380c9b Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 10 Jan 2009 17:17:29 +0100 Subject: piano: Documentation... --- libpiano/src/main.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libpiano/src/main.c') diff --git a/libpiano/src/main.c b/libpiano/src/main.c index 698ce6e..42c51bf 100644 --- a/libpiano/src/main.c +++ b/libpiano/src/main.c @@ -712,6 +712,11 @@ PianoReturn_t PianoSetQuickmix (PianoHandle_t *ph) { return ret; } +/* get station from list by id + * @param search here + * @param search for this + * @return the first station structure matching the given id + */ PianoStation_t *PianoFindStationById (PianoStation_t *stations, const char *searchStation) { while (stations != NULL) { -- cgit v1.2.3