mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:37:34 +00:00
parent
288d75fdab
commit
7442cfb507
2 changed files with 54 additions and 25 deletions
|
@ -23,6 +23,7 @@ struct passwd {
|
|||
};
|
||||
|
||||
struct passwd* getpwent(void);
|
||||
int getpwent_r(struct passwd*, char*, size_t, struct passwd**);
|
||||
void setpwent(void);
|
||||
void endpwent(void);
|
||||
struct passwd* getpwnam(char const* name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue