diff options
author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-01-10 17:17:29 +0100 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-01-10 17:17:29 +0100 |
commit | d758e5a8313c7a00fcde2e6eccf27f1b6d380c9b (patch) | |
tree | 988a756c0699ec710b1d9094ff69fb8bf2d3a09c /libpiano/src/main.c | |
parent | 14691417b05401957a72ec0ed35b9eed3ddd8e87 (diff) | |
download | pianobar-d758e5a8313c7a00fcde2e6eccf27f1b6d380c9b.tar.gz pianobar-d758e5a8313c7a00fcde2e6eccf27f1b6d380c9b.tar.bz2 pianobar-d758e5a8313c7a00fcde2e6eccf27f1b6d380c9b.zip |
piano: Documentation...
Diffstat (limited to 'libpiano/src/main.c')
-rw-r--r-- | libpiano/src/main.c | 5 |
1 files changed, 5 insertions, 0 deletions
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) { |