diff options
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 2 |
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 |