From 9f5c1c60678e12f72836b3e01ebd48447d952769 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 4 Aug 2008 19:45:47 +0200 Subject: pa_bool_t is not exported --- src/pulse/ext-stream-restore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pulse/ext-stream-restore.h') 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); -- cgit