]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/auth-cookie.h
bluez5-util: Free the adapter_path in device_free().
[pulseaudio] / src / pulsecore / auth-cookie.h
index 3db40bcdfa2aacf7c303245259cd7180440a7f6e..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, 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);