summaryrefslogtreecommitdiff
path: root/src/interface.h
diff options
context:
space:
mode:
authorben <benjaminfranzke@googlemail.com>2010-07-13 18:05:05 +0200
committerben <benjaminfranzke@googlemail.com>2010-07-13 18:05:05 +0200
commite81e3842b6c2b9418de5f826452f3aa8f51d6563 (patch)
treefe6e2f5430f3c3eb3611a1cce95d2baae9bdc40e /src/interface.h
parent5423f68eb39adb4cc0165032efb7d53d38ccd10c (diff)
downloadpa-sink-ctl-e81e3842b6c2b9418de5f826452f3aa8f51d6563.tar.gz
pa-sink-ctl-e81e3842b6c2b9418de5f826452f3aa8f51d6563.tar.bz2
pa-sink-ctl-e81e3842b6c2b9418de5f826452f3aa8f51d6563.zip
add mute support for sinks and inputs
Diffstat (limited to 'src/interface.h')
-rw-r--r--src/interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface.h b/src/interface.h
index e805dfc..caa5e08 100644
--- a/src/interface.h
+++ b/src/interface.h
@@ -10,7 +10,7 @@
void print_sink_list(void);
void print_input_list(int sink_num);
-void print_volume(pa_volume_t, int);
+void print_volume(pa_volume_t, int, int);
void get_input(void);
void interface_init(void);
void interface_clear(void);