summaryrefslogtreecommitdiff
path: root/src/sink.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sink.h')
-rw-r--r--src/sink.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/sink.h b/src/sink.h
index 3a21f6d..e5bfaaa 100644
--- a/src/sink.h
+++ b/src/sink.h
@@ -55,4 +55,10 @@ struct sink_input {
guint32 sink;
};
+struct source {
+ struct vol_ctl base;
+ gint priority;
+ struct context *ctx;
+};
+
#endif