diff options
author | Max Kellermann <max@duempel.org> | 2009-02-10 18:51:42 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-02-10 18:51:42 +0100 |
commit | e7505381eb4fa708afa7de6fd50f29736ccf3d5e (patch) | |
tree | f6412c53a99a0bc871240ebf8f1a46cfdcab4a07 /src/audio.h | |
parent | 49ff2aceb5c7fd1959a2f25f740ecd4e5b5f08cc (diff) | |
download | mpd-e7505381eb4fa708afa7de6fd50f29736ccf3d5e.tar.gz mpd-e7505381eb4fa708afa7de6fd50f29736ccf3d5e.tar.xz mpd-e7505381eb4fa708afa7de6fd50f29736ccf3d5e.zip |
audio: moved protocol code to output_print.c
Diffstat (limited to '')
-rw-r--r-- | src/audio.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/audio.h b/src/audio.h index 063a02b05..2ccebc358 100644 --- a/src/audio.h +++ b/src/audio.h @@ -26,7 +26,6 @@ struct audio_format; struct tag; -struct client; struct config_param; /** @@ -80,8 +79,6 @@ int enableAudioDevice(unsigned int device); int disableAudioDevice(unsigned int device); -void printAudioDevices(struct client *client); - bool mixer_control_setvol(unsigned int device, int volume, int rel); bool mixer_control_getvol(unsigned int device, int *volume); |