summaryrefslogtreecommitdiff
path: root/src/pulsecore/lock-autospawn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/lock-autospawn.h')
-rw-r--r--src/pulsecore/lock-autospawn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pulsecore/lock-autospawn.h b/src/pulsecore/lock-autospawn.h
index c04c4bd17..6f1855061 100644
--- a/src/pulsecore/lock-autospawn.h
+++ b/src/pulsecore/lock-autospawn.h
@@ -25,8 +25,8 @@
#include <pulsecore/macro.h>
int pa_autospawn_lock_init(void);
-int pa_autospawn_lock_acquire(pa_bool_t block);
+int pa_autospawn_lock_acquire(bool block);
void pa_autospawn_lock_release(void);
-void pa_autospawn_lock_done(pa_bool_t after_fork);
+void pa_autospawn_lock_done(bool after_fork);
#endif