summaryrefslogtreecommitdiffstats
path: root/src/pulse/ext-stream-restore.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-08-04 19:45:47 +0200
committerLennart Poettering <lennart@poettering.net>2008-08-04 19:45:47 +0200
commit9f5c1c60678e12f72836b3e01ebd48447d952769 (patch)
tree3e9a8c0a72d9ee26ebfa4ffa7197a5f3f180b74f /src/pulse/ext-stream-restore.h
parentdd07276b8e8838fbc532725d37a17e871d6c4179 (diff)
pa_bool_t is not exported
Diffstat (limited to 'src/pulse/ext-stream-restore.h')
-rw-r--r--src/pulse/ext-stream-restore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/ext-stream-restore.h b/src/pulse/ext-stream-restore.h
index 3c77b466..94e8964c 100644
--- a/src/pulse/ext-stream-restore.h
+++ b/src/pulse/ext-stream-restore.h
@@ -58,7 +58,7 @@ pa_operation *pa_ext_stream_restore_write(
pa_update_mode_t mode,
const pa_ext_stream_restore_info data[],
unsigned n,
- pa_bool_t apply_immediately,
+ int apply_immediately,
pa_context_success_cb_t cb,
void *userdata);