diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,8 @@ void sys_log (DBusGMethodInvocation *context, const gchar *format, ...); +gboolean get_caller_uid (DBusGMethodInvocation *context, gint *uid); + gboolean spawn_with_login_uid (DBusGMethodInvocation *context, gchar *argv[], GError **error); |