aboutsummaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'system.h')
-rw-r--r--system.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/system.h b/system.h
index 93537bf..2bdebe5 100644
--- a/system.h
+++ b/system.h
@@ -65,6 +65,9 @@ int write_proc_file(pid_t pid, const char *content, const char *basename);
int setup_mount_destination(const char *source, const char *dest, uid_t uid,
uid_t gid, bool bind);
+int lookup_user(const char *user, uid_t *uid, gid_t *gid);
+int lookup_group(const char *group, gid_t *gid);
+
#ifdef __cplusplus
}; /* extern "C" */
#endif