From 8214988ef3d74945b440895615eca06df4cae61c Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Mon, 19 Dec 2011 11:21:05 +0100 Subject: command: Put main ctl length logic into interface.c --- src/interface.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/interface.h') 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); -- cgit