summaryrefslogtreecommitdiffstats
path: root/polyp/source.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-09-29 17:38:45 +0000
committerLennart Poettering <lennart@poettering.net>2004-09-29 17:38:45 +0000
commit6dfab4ec7b8d8702d425b2ec9b5f1aff5c8290cd (patch)
treeae452a36700b92097b794846c281c14e7a03410d /polyp/source.h
parentd8f700e5395610a83a944502fc82f7cd24f22614 (diff)
renamed module-tunnel to module-tunnel-sink
new module module-tunnel-source fix recording git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@248 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/source.h')
-rw-r--r--polyp/source.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/source.h b/polyp/source.h
index cda9e698..3cac2ad1 100644
--- a/polyp/source.h
+++ b/polyp/source.h
@@ -63,7 +63,7 @@ void pa_source_unref(struct pa_source *s);
struct pa_source* pa_source_ref(struct pa_source *c);
/* Pass a new memory block to all output streams */
-void pa_source_post(struct pa_source*s, struct pa_memchunk *b);
+void pa_source_post(struct pa_source*s, const struct pa_memchunk *b);
void pa_source_notify(struct pa_source *s);