util-linux/include/pwdutils.h

11 lines
209 B
C
Raw Normal View History

#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 */