summaryrefslogtreecommitdiffstats
path: root/src/sourceoutput.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-06-18 17:12:50 +0000
committerLennart Poettering <lennart@poettering.net>2004-06-18 17:12:50 +0000
commit382e7aefd471a4600010a04e6497d4bfd2fd8663 (patch)
treeadd805dc36fdc446c11a46a0e598e8053ebd8c77 /src/sourceoutput.h
parent993d1bce74f4cc5be2bfa69a467aae106e2194ab (diff)
some more work
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@23 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/sourceoutput.h')
-rw-r--r--src/sourceoutput.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sourceoutput.h b/src/sourceoutput.h
index fecfea34..359ff151 100644
--- a/src/sourceoutput.h
+++ b/src/sourceoutput.h
@@ -25,4 +25,6 @@ void source_output_free(struct source_output* o);
void source_output_kill(struct source_output*o);
+char *source_output_list_to_string(struct core *c);
+
#endif