summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2005-06-04 20:25:50 +0000
committerEli Zaretskii <eliz@gnu.org>2005-06-04 20:25:50 +0000
commitcd445497f659a50ec656debf7ff2d15a2d1547e8 (patch)
tree210561fd5af8013a862366946ad30fba7a475297 /nt
parent36852617def1f61fd9243c71815e05bcce899401 (diff)
downloademacs-cd445497f659a50ec656debf7ff2d15a2d1547e8.tar.gz
(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 11f5669b0f0..31c0df7ec30 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