]> code.delx.au - gnu-emacs/blobdiff - nt/inc/pwd.h
Update author address but say he no longer maintains it.
[gnu-emacs] / nt / inc / pwd.h
index 11f5669b0f07b15f873b881eaa6200568d195262..31c0df7ec30226dfad8147d5f95510455a39bb90 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