summaryrefslogtreecommitdiffstats
path: root/src/simple.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-07-07 22:02:15 +0000
committerLennart Poettering <lennart@poettering.net>2004-07-07 22:02:15 +0000
commit863fb90d90c2e57e60a0f5b81e0847319399b8ed (patch)
tree0b6bb67ccbd018ec8e9f97d9c225271aa087a466 /src/simple.h
parente8d1185c4221fef9d712c1f375d8e592721b6943 (diff)
add output stream draining
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@53 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/simple.h')
-rw-r--r--src/simple.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/simple.h b/src/simple.h
index ed181201..f5f872ee 100644
--- a/src/simple.h
+++ b/src/simple.h
@@ -21,6 +21,8 @@ struct pa_simple* pa_simple_new(
void pa_simple_free(struct pa_simple *s);
int pa_simple_write(struct pa_simple *s, const void*data, size_t length, int *error);
+int pa_simple_drain(struct pa_simple *s, int *error);
+
int pa_simple_read(struct pa_simple *s, void*data, size_t length, int *error);
#endif