(popup-dialog-box): x-popup-dialog returns the value, not the cons cell.
[bpt/emacs.git] / nt / inc / pwd.h
CommitLineData
35962800
KH
1#ifndef _PWD_H_\r
2#define _PWD_H_\r
3/*\r
4 * pwd.h doesn't exist on NT, so we put together our own.\r
5 */\r
6\r
7struct passwd {\r
8 char *pw_name;\r
9 char *pw_passwd;\r
10 int pw_uid;\r
11 int pw_gid;\r
12 int pw_quota;\r
13 char *pw_gecos;\r
14 char *pw_dir;\r
15 char *pw_shell;\r
16};\r
17\r
18#endif /* _PWD_H_ */\r