summaryrefslogtreecommitdiff
path: root/src/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface.h')
-rw-r--r--src/interface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interface.h b/src/interface.h
index d152c7d..e805dfc 100644
--- a/src/interface.h
+++ b/src/interface.h
@@ -8,7 +8,8 @@
#define WIDTH 80
#define HEIGHT 10
-void print_sinks(void);
+void print_sink_list(void);
+void print_input_list(int sink_num);
void print_volume(pa_volume_t, int);
void get_input(void);
void interface_init(void);