diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-06-04 20:25:50 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-06-04 20:25:50 +0000 |
commit | cce55b8e955d0887b91ee077532388d891d41f10 (patch) | |
tree | a2952e9ff61a45ed55a98d5433b2b486ef701d21 /nt | |
parent | 23bf9efbaa448c04f1a25106c9e394143d902697 (diff) | |
download | emacs-cce55b8e955d0887b91ee077532388d891d41f10.tar.gz |
(getpwnam, getpwuid): Add prototypes.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/inc/pwd.h | 4 |
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 |