summaryrefslogtreecommitdiffstats
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 1a9fb8ca..394abb5b 100644
--- a/src/sink.h
+++ b/src/sink.h
@@ -38,4 +38,10 @@ uint32_t sink_get_latency(struct sink *s);
void sink_notify(struct sink*s);
+char *sink_list_to_string(struct core *core);
+
+struct sink* sink_get_default(struct core *c);
+
+
+
#endif