diff options
author | Max Kellermann <max@duempel.org> | 2011-08-30 22:28:15 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-08-30 22:28:15 +0200 |
commit | 293836494de519769af8d672becd2e4e6f8fb0ef (patch) | |
tree | 52d9ddf419c41dd43d14b907ca0693b2e4dde053 /src/output_internal.h | |
parent | ae8bda190ec94b52ac927b40fe88d80dbd0ba530 (diff) | |
download | mpd-293836494de519769af8d672becd2e4e6f8fb0ef.tar.gz mpd-293836494de519769af8d672becd2e4e6f8fb0ef.tar.xz mpd-293836494de519769af8d672becd2e4e6f8fb0ef.zip |
output_control: move code to audio_output_destruct()
.. and destruct the output object properly in test/run_output.
Diffstat (limited to '')
-rw-r--r-- | src/output_internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/output_internal.h b/src/output_internal.h index 384b8791f..873ec8532 100644 --- a/src/output_internal.h +++ b/src/output_internal.h @@ -245,4 +245,7 @@ audio_output_command_is_finished(const struct audio_output *ao) return ao->command == AO_COMMAND_NONE; } +void +audio_output_destruct(struct audio_output *ao); + #endif |