summaryrefslogblamecommitdiffstats
path: root/include/pwdutils.h
blob: c2967d31576919e4d6fd742a5e1976244e3a2d48 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                     
#ifndef UTIL_LINUX_PWDUTILS_H
#define UTIL_LINUX_PWDUTILS_H

#include <sys/types.h>
#include <pwd.h>

extern struct passwd *xgetpwnam(const char *username, char **pwdbuf);

#endif /* UTIL_LINUX_PWDUTILS_H */