aboutsummaryrefslogtreecommitdiff
path: root/src/DecoderControl.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-10 09:39:23 +0100
committerMax Kellermann <max@duempel.org>2013-01-10 10:01:18 +0100
commitad15ca7104ca299c87b6ac86441573a00c589fef (patch)
tree2b939699f60a1b929d3948fcd57933b10a6a95f0 /src/DecoderControl.hxx
parent53117ac204cd99d9695dc317a78527b43c8e87b7 (diff)
DecoderControl: take ownership of client_cond
Don't let the "client" pass its own GCond. This was not used consistently.
Diffstat (limited to 'src/DecoderControl.hxx')
-rw-r--r--src/DecoderControl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DecoderControl.hxx b/src/DecoderControl.hxx
index f98a604f..42c28d78 100644
--- a/src/DecoderControl.hxx
+++ b/src/DecoderControl.hxx
@@ -133,7 +133,7 @@ struct decoder_control {
G_GNUC_MALLOC
struct decoder_control *
-dc_new(GCond *client_cond);
+dc_new();
void
dc_free(struct decoder_control *dc);