(getpwnam, getpwuid): Add prototypes.
This commit is contained in:
parent
23bf9efbaa
commit
cce55b8e95
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue