summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nt/inc/pwd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/nt/inc/pwd.h b/nt/inc/pwd.h
index 11f5669b0f..31c0df7ec3 100644
--- a/nt/inc/pwd.h
+++ b/nt/inc/pwd.h
@@ -18,6 +18,10 @@ struct passwd {
typedef int uid_t;
typedef uid_t gid_t;
+struct passwd * getpwnam (char *);
+struct passwd * getpwuid (int);
+
+
#endif /* _PWD_H_ */
/* arch-tag: 68308424-cb2b-49ed-bb52-b347fee416bf