Mercurial > emacs
comparison nt/inc/pwd.h @ 88155:d7ddb3e565de
sync with trunk
author | Henrik Enberg <henrik.enberg@telia.com> |
---|---|
date | Mon, 16 Jan 2006 00:03:54 +0000 |
parents | 6df655ed941d |
children |
comparison
equal
deleted
inserted
replaced
88154:8ce476d3ba36 | 88155:d7ddb3e565de |
---|---|
16 }; | 16 }; |
17 | 17 |
18 typedef int uid_t; | 18 typedef int uid_t; |
19 typedef uid_t gid_t; | 19 typedef uid_t gid_t; |
20 | 20 |
21 struct passwd * getpwnam (char *); | |
22 struct passwd * getpwuid (int); | |
23 | |
24 | |
21 #endif /* _PWD_H_ */ | 25 #endif /* _PWD_H_ */ |
26 | |
27 /* arch-tag: 68308424-cb2b-49ed-bb52-b347fee416bf | |
28 (do not change this comment) */ |