Index: emacs/nt/inc/pwd.h
diff -c emacs/nt/inc/pwd.h:1.4 emacs/nt/inc/pwd.h:1.5
*** emacs/nt/inc/pwd.h:1.4      Mon Sep  1 15:45:46 2003
--- emacs/nt/inc/pwd.h  Sat Jun  4 20:25:50 2005
***************
*** 18,23 ****
--- 18,27 ----
  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


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to