summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core-util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-04-13 22:20:48 +0200
committerLennart Poettering <lennart@poettering.net>2009-04-13 22:20:48 +0200
commit1b4e5f197a9bef30fc13c592cbfd65d2c9a9476a (patch)
tree6fbd9d28875f6695c48831adfc7f61cc0c10af10 /src/pulsecore/core-util.h
parent17f1784cb7057bb8ea3da94d14dcbfc5b37ae8b7 (diff)
core-util: add pa_session_id()
Diffstat (limited to 'src/pulsecore/core-util.h')
-rw-r--r--src/pulsecore/core-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulsecore/core-util.h b/src/pulsecore/core-util.h
index 0ba33f31..f96fa443 100644
--- a/src/pulsecore/core-util.h
+++ b/src/pulsecore/core-util.h
@@ -202,6 +202,7 @@ pa_bool_t pa_in_system_mode(void);
#define pa_streq(a,b) (!strcmp((a),(b)))
char *pa_machine_id(void);
+char *pa_session_id(void);
char *pa_uname_string(void);
#ifdef HAVE_VALGRIND_MEMCHECK_H