]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/shmasyncq.h
Remove pa_bool_t and replace it with bool.
[pulseaudio] / src / pulsecore / shmasyncq.h
index 67ce6071e03a5bded4e7622fd5b081c90f59d136..f9ae0c6e90aac7520dac24a458fc38cc78f66005 100644 (file)
@@ -45,10 +45,10 @@ typedef struct pa_shmasyncq pa_shmasyncq;
 pa_shmasyncq *pa_shmasyncq_new(unsigned n_elements, size_t element_size, void *data, int fd[2]);
 void pa_shmasyncq_free(pa_shmasyncq* q, pa_free_cb_t free_cb);
 
-void* pa_shmasyncq_pop_begin(pa_shmasyncq *q, pa_bool_t wait);
+void* pa_shmasyncq_pop_begin(pa_shmasyncq *q, bool wait);
 void pa_shmasyncq_pop_commit(pa_shmasyncq *q);
 
-int* pa_shmasyncq_push_begin(pa_shmasyncq *q, pa_bool_t wait);
+int* pa_shmasyncq_push_begin(pa_shmasyncq *q, bool wait);
 void pa_shmasyncq_push_commit(pa_shmasyncq *q);
 
 int pa_shmasyncq_get_fd(pa_shmasyncq *q);