summaryrefslogtreecommitdiff
path: root/openbsd-compat/port-aix.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/port-aix.h')
-rw-r--r--openbsd-compat/port-aix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat/port-aix.h b/openbsd-compat/port-aix.h
index 2e5def54e..25ceb5b19 100644
--- a/openbsd-compat/port-aix.h
+++ b/openbsd-compat/port-aix.h
@@ -53,6 +53,7 @@
53#ifdef WITH_AIXAUTHENTICATE 53#ifdef WITH_AIXAUTHENTICATE
54# define CUSTOM_FAILED_LOGIN 1 54# define CUSTOM_FAILED_LOGIN 1
55void record_failed_login(const char *user, const char *ttyname); 55void record_failed_login(const char *user, const char *ttyname);
56void aix_setauthdb(const char *);
56#endif 57#endif
57 58
58void aix_usrinfo(struct passwd *pw); 59void aix_usrinfo(struct passwd *pw);