diff 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
line wrap: on
line diff
--- a/nt/inc/pwd.h	Sun Jan 15 23:02:10 2006 +0000
+++ b/nt/inc/pwd.h	Mon Jan 16 00:03:54 2006 +0000
@@ -18,4 +18,11 @@
 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
+   (do not change this comment) */