diff options
author | Max Kellermann <max@duempel.org> | 2009-03-14 11:36:50 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-03-14 11:36:50 +0100 |
commit | a5017a2d7c03506f55cf7eb465ca7d254dfc14a9 (patch) | |
tree | dea521c4221f3cd6729e85f384dfcb8d2fa1e8d1 /src/output_command.c | |
parent | 8d01110c8407b1efbdbe255f2e27a6daf6ac2d9a (diff) | |
download | mpd-a5017a2d7c03506f55cf7eb465ca7d254dfc14a9.tar.gz mpd-a5017a2d7c03506f55cf7eb465ca7d254dfc14a9.tar.xz mpd-a5017a2d7c03506f55cf7eb465ca7d254dfc14a9.zip |
mixer_api: moved functions to mixer_control.c
mixer_control.h should provide the functions needed to manipulate a
mixer, without exposing the internal mixer API (which is provided by
mixer_api.h).
Diffstat (limited to 'src/output_command.c')
-rw-r--r-- | src/output_command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output_command.c b/src/output_command.c index 48985f5f9..7f16a79d7 100644 --- a/src/output_command.c +++ b/src/output_command.c @@ -28,7 +28,7 @@ #include "output_all.h" #include "output_internal.h" #include "output_plugin.h" -#include "mixer_api.h" +#include "mixer_control.h" #include "idle.h" bool |