summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index ff5e0df..3f51af1 100644
--- a/src/util.h
+++ b/src/util.h
@@ -31,6 +31,10 @@ void sys_log (DBusGMethodInvocation *context,
const gchar *format,
...);
+gboolean spawn_with_login_uid (DBusGMethodInvocation *context,
+ gchar *argv[],
+ GError **error);
+
G_END_DECLS
#endif /* __UTIL_H__ */