summaryrefslogtreecommitdiff
path: root/src/interface.h
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-12-18 14:04:51 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-12-18 14:06:15 +0100
commit39c8fde50099d46f5c1bb2f12900eae420f90637 (patch)
tree39b3dfd1b1c2143356a0394000b11cb5f595dc94 /src/interface.h
parent1a8eafaf70f864b5bf360f92de7d637bbca26098 (diff)
downloadpa-sink-ctl-39c8fde50099d46f5c1bb2f12900eae420f90637.tar.gz
pa-sink-ctl-39c8fde50099d46f5c1bb2f12900eae420f90637.tar.bz2
pa-sink-ctl-39c8fde50099d46f5c1bb2f12900eae420f90637.zip
Finally move interface_get_current_ctl 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 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);