]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/auth-cookie.h
channelmap: Add 2.1 surround
[pulseaudio] / src / pulsecore / auth-cookie.h
index 5f871b10ac6f3182ec031747fee500ae94ddfecd..e4a35041806d0d955bc766f90542709556940dd3 100644 (file)
@@ -26,7 +26,8 @@
 
 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_create(pa_core *c, const void *data, size_t size);
 pa_auth_cookie* pa_auth_cookie_ref(pa_auth_cookie *c);
 void pa_auth_cookie_unref(pa_auth_cookie *c);