]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/auth-cookie.h
auth: move cookie file to ~/.config/pulse/cookie
[pulseaudio] / src / pulsecore / auth-cookie.h
index 3db40bcdfa2aacf7c303245259cd7180440a7f6e..5f871b10ac6f3182ec031747fee500ae94ddfecd 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, size_t size);
+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_ref(pa_auth_cookie *c);
 void pa_auth_cookie_unref(pa_auth_cookie *c);