From: Eli Zaretskii Date: Sat, 4 Jun 2005 20:25:50 +0000 (+0000) Subject: (getpwnam, getpwuid): Add prototypes. X-Git-Tag: emacs-pretest-22.0.90~9307 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cce55b8e955d0887b91ee077532388d891d41f10;p=emacs.git (getpwnam, getpwuid): Add prototypes. --- diff --git a/nt/inc/pwd.h b/nt/inc/pwd.h index 11f5669b0f0..31c0df7ec30 100644 --- a/nt/inc/pwd.h +++ b/nt/inc/pwd.h @@ -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