summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core-util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-08-07 02:22:57 +0200
committerLennart Poettering <lennart@poettering.net>2008-08-07 02:22:57 +0200
commit73e2577ca677710e1271b5e4590e26e9d73cad15 (patch)
treee293b0c6732efd54a9e1605e0bd1cd81c8f5c59a /src/pulsecore/core-util.h
parentb84f738e502e3f9e41251934cc873985ab2c006f (diff)
add new function pa_machine_id()
Diffstat (limited to 'src/pulsecore/core-util.h')
-rw-r--r--src/pulsecore/core-util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulsecore/core-util.h b/src/pulsecore/core-util.h
index 2ed81fc5..b0c07588 100644
--- a/src/pulsecore/core-util.h
+++ b/src/pulsecore/core-util.h
@@ -184,4 +184,6 @@ pa_bool_t pa_in_system_mode(void);
#define pa_streq(a,b) (!strcmp((a),(b)))
+char *pa_machine_id(void);
+
#endif