|
myMPD
Internal API documentation
|
Linux passwd helper functions. More...
#include <pwd.h>

Go to the source code of this file.
Functions | |
| struct passwd * | get_passwd_entry (struct passwd *pwd, const char *username) |
Linux passwd helper functions.
| struct passwd * get_passwd_entry | ( | struct passwd * | pwd, |
| const char * | username | ||
| ) |
Gets the passwd entry for the supplied user.
| pwd | struct passwd to save the result |
| username | the username |