From 39c8fde50099d46f5c1bb2f12900eae420f90637 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sun, 18 Dec 2011 14:04:51 +0100 Subject: Finally move interface_get_current_ctl 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 d07f298..28f5276 100644 --- a/src/interface.h +++ b/src/interface.h @@ -28,6 +28,9 @@ struct context; +struct vol_ctl * +interface_get_current_ctl(struct context *ctx, struct vol_ctl **parent); + void interface_redraw(struct context *ctx); -- cgit