myMPD
Internal API documentation
Loading...
Searching...
No Matches
passwd.h File Reference

Linux passwd helper functions. More...

#include <pwd.h>
Include dependency graph for passwd.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

struct passwd * get_passwd_entry (struct passwd *pwd, const char *username)
 

Detailed Description

Linux passwd helper functions.

Function Documentation

◆ get_passwd_entry()

struct passwd * get_passwd_entry ( struct passwd *  pwd,
const char *  username 
)

Gets the passwd entry for the supplied user.

Parameters
pwdstruct passwd to save the result
usernamethe username
Returns
pointer to passwd struct