aboutgitcodebugslistschat
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/util.h b/util.h
index 2435f53..ec2d9ac 100644
--- a/util.h
+++ b/util.h
@@ -290,4 +290,6 @@ static inline int wrap_getsockname(int sockfd, struct sockaddr *addr,
#define PASST_MAXDNAME 254 /* 253 (RFC 1035) + 1 (the terminator) */
void encode_domain_name(char *buf, const char *domain_name);
+void make_ugid_map(pid_t pid, uid_t uid, gid_t gid);
+
#endif /* UTIL_H */