summaryrefslogtreecommitdiffstats
path: root/src/simple.h
diff options
context:
space:
mode:
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