From 8cb83eee5a58b1fad74c34094ce3afb9e430b5a4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 04:42:50 +0200 Subject: Adding upstream version 2.33.1. Signed-off-by: Daniel Baumann --- include/pwdutils.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 include/pwdutils.h (limited to 'include/pwdutils.h') diff --git a/include/pwdutils.h b/include/pwdutils.h new file mode 100644 index 0000000..a69dd6b --- /dev/null +++ b/include/pwdutils.h @@ -0,0 +1,11 @@ +#ifndef UTIL_LINUX_PWDUTILS_H +#define UTIL_LINUX_PWDUTILS_H + +#include +#include + +extern struct passwd *xgetpwnam(const char *username, char **pwdbuf); +extern char *xgetlogin(void); + +#endif /* UTIL_LINUX_PWDUTILS_H */ + -- cgit v1.2.3