summaryrefslogtreecommitdiff
path: root/nt/inc/grp.h
diff options
context:
space:
mode:
Diffstat (limited to 'nt/inc/grp.h')
-rw-r--r--nt/inc/grp.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/nt/inc/grp.h b/nt/inc/grp.h
index 8c3131ac893..3d369044974 100644
--- a/nt/inc/grp.h
+++ b/nt/inc/grp.h
@@ -28,7 +28,10 @@ struct group {
gid_t gr_gid; /* group numerical ID */
};
-struct group *getgrgid(gid_t);
+extern unsigned getgid (void);
+extern unsigned getegid (void);
+
+extern struct group *getgrgid(gid_t);
#endif /* _GRP_H */