emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/nt/inc/pwd.h


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/nt/inc/pwd.h
Date: Sat, 04 Jun 2005 16:25:50 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]