summaryrefslogtreecommitdiff
path: root/daemon/gdm-dbus-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/gdm-dbus-util.h')
-rw-r--r--daemon/gdm-dbus-util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/daemon/gdm-dbus-util.h b/daemon/gdm-dbus-util.h
index b3210b4d..a9a42acb 100644
--- a/daemon/gdm-dbus-util.h
+++ b/daemon/gdm-dbus-util.h
@@ -32,4 +32,7 @@ gboolean gdm_dbus_get_pid_for_name (const char *system_bus_name,
pid_t *out_pid,
GError **error);
+gboolean gdm_dbus_get_uid_for_name (const char *system_bus_name,
+ uid_t *out_uid,
+ GError **error);
#endif