summaryrefslogtreecommitdiffstats
path: root/include/pwdutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pwdutils.h')
-rw-r--r--include/pwdutils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pwdutils.h b/include/pwdutils.h
index c2967d315..a69dd6b45 100644
--- a/include/pwdutils.h
+++ b/include/pwdutils.h
@@ -5,6 +5,7 @@
#include <pwd.h>
extern struct passwd *xgetpwnam(const char *username, char **pwdbuf);
+extern char *xgetlogin(void);
#endif /* UTIL_LINUX_PWDUTILS_H */