summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core-util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-09-05 15:42:39 +0300
committerLennart Poettering <lennart@poettering.net>2008-09-05 15:42:39 +0300
commit33d349dcbbef0952e9e59ca105e08fdff5454803 (patch)
tree87c11e55e719b1bd200fceef068ff4515f813625 /src/pulsecore/core-util.h
parentfb837f0cac00d0207f84c9e68e1f7c2d6cd33a51 (diff)
include build and runtime host information in debug output
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 c9e307f5..df8ce3f8 100644
--- a/src/pulsecore/core-util.h
+++ b/src/pulsecore/core-util.h
@@ -191,5 +191,6 @@ pa_bool_t pa_in_system_mode(void);
#define pa_streq(a,b) (!strcmp((a),(b)))
char *pa_machine_id(void);
+char *pa_uname_string(void);
#endif