aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorlns <matzeton@googlemail.com>2018-05-15 19:11:00 +0200
committerlns <matzeton@googlemail.com>2018-05-15 19:11:00 +0200
commit813b4e3e5fc16a69c35bfcd1c4eba248c11f3e7c (patch)
tree0a5589ebe5c44d4d0487d0b338e8baeac2819cd7 /src/utils.h
parent58d2689b9b43dfd4341b2eb227c51d89d873b35e (diff)
POTD skeleton #55.
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h
index 3b075e5..825f621 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -41,4 +41,6 @@ int create_device_file_checked(const char *mount_path, const char *device_file,
int create_device_files(const char *mount_path);
+int update_uid_map(pid_t pid, unsigned int uid_map[3]);
+
#endif