summaryrefslogtreecommitdiff
path: root/src/interface.h
diff options
context:
space:
mode:
authorben <benjaminfranzke@googlemail.com>2010-07-20 00:29:17 +0200
committerben <benjaminfranzke@googlemail.com>2010-07-20 00:29:17 +0200
commitf85eae90b27e6e18d3d1632fcbe102a4fc1671c0 (patch)
tree62324f1f43b2ddfcbf8d25678bf0eff128dad14b /src/interface.h
parentb1c10f85ccd12621ec4d58eb6ade9e3e41796a20 (diff)
parentd5824490d8ea7fb470bcce5fb0b406446ba1d9da (diff)
downloadpa-sink-ctl-f85eae90b27e6e18d3d1632fcbe102a4fc1671c0.tar.gz
pa-sink-ctl-f85eae90b27e6e18d3d1632fcbe102a4fc1671c0.tar.bz2
pa-sink-ctl-f85eae90b27e6e18d3d1632fcbe102a4fc1671c0.zip
Merge branch 'master' of gitorious.org:pa-sink-ctl/pa-sink-ctl
Diffstat (limited to 'src/interface.h')
-rw-r--r--src/interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface.h b/src/interface.h
index 0290d1f..20aa559 100644
--- a/src/interface.h
+++ b/src/interface.h
@@ -12,6 +12,7 @@ void print_input_list(int sink_num);
void print_volume(pa_volume_t, int, int);
void get_input(void);
void interface_init(void);
+void interface_resize(void);
void interface_clear(void);
#endif