aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2005-06-04 20:25:50 +0000
committerEli Zaretskii <[email protected]>2005-06-04 20:25:50 +0000
commitcce55b8e955d0887b91ee077532388d891d41f10 (patch)
treea2952e9ff61a45ed55a98d5433b2b486ef701d21 /nt
parent23bf9efbaa448c04f1a25106c9e394143d902697 (diff)
(getpwnam, getpwuid): Add prototypes.
Diffstat (limited to 'nt')
-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