summaryrefslogtreecommitdiff
path: root/src/pulsecore/auth-cookie.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/auth-cookie.h')
-rw-r--r--src/pulsecore/auth-cookie.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/auth-cookie.h b/src/pulsecore/auth-cookie.h
index 3db40bcdf..5f871b10a 100644
--- a/src/pulsecore/auth-cookie.h
+++ b/src/pulsecore/auth-cookie.h
@@ -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);