summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/source.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-08-12 16:50:58 +0000
committerLennart Poettering <lennart@poettering.net>2006-08-12 16:50:58 +0000
commitb5207fc9cac954d49132ff4e6760a60e4e6f2b51 (patch)
tree2fb6bbef5c6bcd4f0f3e24383a4d96de185e594f /src/pulsecore/source.h
parentb45c39269fe3f59694056b2ae6bae2ac9eada9dc (diff)
add pa_sink_used_by()/pa_source_used_by()
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1226 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/pulsecore/source.h')
-rw-r--r--src/pulsecore/source.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/source.h b/src/pulsecore/source.h
index be0c969d..4dbe4e01 100644
--- a/src/pulsecore/source.h
+++ b/src/pulsecore/source.h
@@ -104,5 +104,5 @@ int pa_source_get_mute(pa_source *source, pa_mixer_t m);
void pa_source_set_description(pa_source *s, const char *description);
-
+unsigned pa_source_used_by(pa_source *s);
#endif