myMPD
Internal API documentation
Loading...
Searching...
No Matches
passwd.h
Go to the documentation of this file.
1
/*
2
SPDX-License-Identifier: GPL-3.0-or-later
3
myMPD (c) 2018-2025 Juergen Mang <mail@jcgames.de>
4
https://github.com/jcorporation/mympd
5
*/
6
11
#ifndef MYMPD_PASSWD_H
12
#define MYMPD_PASSWD_H
13
14
#include <pwd.h>
15
16
struct
passwd *
get_passwd_entry
(
struct
passwd *pwd,
const
char
*username);
17
18
#endif
get_passwd_entry
struct passwd * get_passwd_entry(struct passwd *pwd, const char *username)
Definition
passwd.c:25
src
lib
passwd.h
Generated by
1.9.8