summaryrefslogtreecommitdiffstats
path: root/tools/dbus-launch.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dbus-launch.h')
-rw-r--r--tools/dbus-launch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/dbus-launch.h b/tools/dbus-launch.h
index 1b22f3df..aa6f771f 100644
--- a/tools/dbus-launch.h
+++ b/tools/dbus-launch.h
@@ -45,6 +45,8 @@ void verbose (const char *format, ...);
char *xstrdup (const char *str);
void kill_bus_and_exit (int exitcode);
+const char* get_machine_uuid (void);
+
#ifdef DBUS_BUILD_X11
/* defined in dbus-launch-x11.c */
int x11_init (void);