Initial commit
commit7fb80900bea905b390c742da85f9a8e26a78f483
authorThomas Martitz <thomas.martitz@student.htw-berlin.de>
Wed, 31 Mar 2010 18:05:20 +0000 (31 20:05 +0200)
committerThomas Martitz <thomas.martitz@student.htw-berlin.de>
Wed, 31 Mar 2010 18:05:20 +0000 (31 20:05 +0200)
tree6fab77b33c24a440112b7ed03488a8813fe6ccde
Initial commit

mpd client can skip to the next track :)
src/Makefile [new file with mode: 0644]
src/backend.c [new file with mode: 0644]
src/backend.h [new file with mode: 0644]
src/backends/mpd/mpd_backend.h [new file with mode: 0644]
src/backends/mpd/mpd_init.c [new file with mode: 0644]
src/main.c [new file with mode: 0644]