summaryrefslogtreecommitdiffstats
path: root/login-utils/logindefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'login-utils/logindefs.h')
-rw-r--r--login-utils/logindefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/login-utils/logindefs.h b/login-utils/logindefs.h
index c5ccbc91b..6a72762f4 100644
--- a/login-utils/logindefs.h
+++ b/login-utils/logindefs.h
@@ -8,5 +8,7 @@ extern unsigned long getlogindefs_num(const char *name, long dflt);
extern const char *getlogindefs_str(const char *name, const char *dflt);
extern void free_getlogindefs_data(void);
extern int logindefs_setenv(const char *name, const char *conf, const char *dflt);
+extern int effective_access(const char *path, int mode);
+extern int get_hushlogin_status(struct passwd *pwd);
#endif /* UTIL_LINUX_LOGINDEFS_H */