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, 1 insertions, 1 deletions
diff --git a/login-utils/logindefs.h b/login-utils/logindefs.h
index 6a72762f4..f05d733ba 100644
--- a/login-utils/logindefs.h
+++ b/login-utils/logindefs.h
@@ -9,6 +9,6 @@ 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);
+extern int get_hushlogin_status(struct passwd *pwd, int force_check);
#endif /* UTIL_LINUX_LOGINDEFS_H */