(getpwnam, getpwuid): Add prototypes.
authorEli Zaretskii <eliz@gnu.org>
Sat, 4 Jun 2005 20:25:50 +0000 (20:25 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 4 Jun 2005 20:25:50 +0000 (20:25 +0000)
nt/inc/pwd.h

index 11f5669..31c0df7 100644 (file)
@@ -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