2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 13:58:05 +00:00

Add declaration of getauthdb() for AIX 5.1

This commit is contained in:
Todd C. Miller
2016-02-20 16:42:34 -07:00
parent 6848a7f1a6
commit 47adf0d3cb

View File

@@ -138,6 +138,7 @@ static authdb_t old_registry;
# if defined(HAVE_DECL_SETAUTHDB) && !HAVE_DECL_SETAUTHDB
int setauthdb(authdb_t new, authdb_t old);
int getauthdb(authdb_t val);
# endif
# if defined(HAVE_DECL_USRINFO) && !HAVE_DECL_USRINFO
int usrinfo(int cmd, char *buf, int count);