From: Todd C. Miller Date: Sat, 20 Feb 2016 23:42:34 +0000 (-0700) Subject: Add declaration of getauthdb() for AIX 5.1 X-Git-Tag: SUDO_1_8_16^2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47adf0d3cb7245bcdfe359f6ec05c23eddc7f804;p=sudo Add declaration of getauthdb() for AIX 5.1 --- diff --git a/lib/util/aix.c b/lib/util/aix.c index dce39def5..566e665bb 100644 --- a/lib/util/aix.c +++ b/lib/util/aix.c @@ -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);