chiark / gitweb /
systemctl: when inhibiting shutdown/suspend also check for other login sessions
[elogind.git] / src / shared / util.h
index bb6602fb243636109f8cd774c0d6be9ff72c535f..bbf744e900bc01aae20d6476bcb70ac8b4d78630 100644 (file)
@@ -433,6 +433,8 @@ int get_group_creds(const char **groupname, gid_t *gid);
 
 int in_group(const char *name);
 
+char* uid_to_name(uid_t uid);
+
 int glob_exists(const char *path);
 
 int dirent_ensure_type(DIR *d, struct dirent *de);