summaryrefslogtreecommitdiffstats
path: root/src/source.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-06-18 00:22:37 +0000
committerLennart Poettering <lennart@poettering.net>2004-06-18 00:22:37 +0000
commit993d1bce74f4cc5be2bfa69a467aae106e2194ab (patch)
treef281667fdbc6f643f4a799be75dcbd95102c0dc8 /src/source.h
parenteb946dbdbeda66b95039b1e5ada3b9006dc33c8c (diff)
basic cli interface
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@22 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/source.h')
-rw-r--r--src/source.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/source.h b/src/source.h
index 1442b9f0..078fb1c9 100644
--- a/src/source.h
+++ b/src/source.h
@@ -29,4 +29,8 @@ void source_post(struct source*s, struct memchunk *b);
void source_notify(struct source *s);
+char *source_list_to_string(struct core *c);
+
+struct source* source_get_default(struct core *c);
+
#endif