summaryrefslogtreecommitdiff
path: root/src/sink_input.h
diff options
context:
space:
mode:
authorJan Klemkow <web2p10@wemelug.de>2010-07-12 18:59:23 +0200
committerJan Klemkow <web2p10@wemelug.de>2010-07-12 18:59:23 +0200
commit9b566cf3fd0a48107d273081b24f3cc6534e90f6 (patch)
tree3ac7cf81f604bbaa249b215a158fee570901f06a /src/sink_input.h
parent56c5f9340057766c66a7814ab71c111eb0d83cdb (diff)
downloadpa-sink-ctl-9b566cf3fd0a48107d273081b24f3cc6534e90f6.tar.gz
pa-sink-ctl-9b566cf3fd0a48107d273081b24f3cc6534e90f6.tar.bz2
pa-sink-ctl-9b566cf3fd0a48107d273081b24f3cc6534e90f6.zip
wip: bugfix: interface
Diffstat (limited to 'src/sink_input.h')
-rw-r--r--src/sink_input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sink_input.h b/src/sink_input.h
index d16924c..f6fa1ac 100644
--- a/src/sink_input.h
+++ b/src/sink_input.h
@@ -13,7 +13,7 @@ typedef struct _sink_input_info {
pa_volume_t vol; // TOTO: exchange with the channel-list
} sink_input_info;
-sink_input_info* sink_input_init();
+sink_input_info* sink_input_init(void);
void sink_input_clear(sink_input_info*);
sink_input_info** sink_input_list_init(int);