summaryrefslogtreecommitdiff
path: root/src/interface.h
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-12-19 11:21:05 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-12-19 11:21:48 +0100
commit8214988ef3d74945b440895615eca06df4cae61c (patch)
tree65291ea45dca3a28af08f6dc24023145ff4a275c /src/interface.h
parentef40d1a710228fbef322414c1400dfa922d082f5 (diff)
downloadpa-sink-ctl-8214988ef3d74945b440895615eca06df4cae61c.tar.gz
pa-sink-ctl-8214988ef3d74945b440895615eca06df4cae61c.tar.bz2
pa-sink-ctl-8214988ef3d74945b440895615eca06df4cae61c.zip
command: Put main ctl length logic into interface.c
Diffstat (limited to 'src/interface.h')
-rw-r--r--src/interface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interface.h b/src/interface.h
index 5b3ebf8..c177c15 100644
--- a/src/interface.h
+++ b/src/interface.h
@@ -50,6 +50,9 @@ struct interface {
struct vol_ctl *
interface_get_current_ctl(struct interface *ifc, struct vol_ctl **parent);
+int
+interface_get_main_ctl_length(struct interface *ifc);
+
void
interface_redraw(struct interface *ifc);