summaryrefslogtreecommitdiffstats
path: root/polyp/authkey-prop.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/authkey-prop.h')
-rw-r--r--polyp/authkey-prop.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/polyp/authkey-prop.h b/polyp/authkey-prop.h
index 1a668117..1b1948c7 100644
--- a/polyp/authkey-prop.h
+++ b/polyp/authkey-prop.h
@@ -24,6 +24,10 @@
#include "core.h"
+/* The authkey-prop uses a central property to store a previously
+ * loaded cookie in memory. Useful for sharing the same cookie between
+ * several modules. */
+
/* Return the data of the specified authorization key property. Doesn't alter the refernce count of the key */
int pa_authkey_prop_get(struct pa_core *c, const char *name, void *data, size_t len);