]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/auth-cookie.h
Remove pa_bool_t and replace it with bool.
[pulseaudio] / src / pulsecore / auth-cookie.h
index 5f871b10ac6f3182ec031747fee500ae94ddfecd..7c689a4ea66d07907d131673798dfc60700817a2 100644 (file)
@@ -26,7 +26,7 @@
 
 typedef struct pa_auth_cookie pa_auth_cookie;
 
-pa_auth_cookie* pa_auth_cookie_get(pa_core *c, const char *cn, pa_bool_t create, size_t size);
+pa_auth_cookie* pa_auth_cookie_get(pa_core *c, const char *cn, bool create, size_t size);
 pa_auth_cookie* pa_auth_cookie_ref(pa_auth_cookie *c);
 void pa_auth_cookie_unref(pa_auth_cookie *c);