aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
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 360cc3f..8b3b230 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -41,8 +41,10 @@ int create_device_file_checked(const char *mount_path, const char *device_file,
int create_device_files(const char *mount_path);
+#if 0
int update_guid_map(pid_t pid, unsigned int uid_map[3], int update_uidmap);
int update_setgroups_self(int allow);
+#endif
#endif