]> granicus.if.org Git - sudo/commitdiff
Add declaration of getauthdb() for AIX 5.1
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 20 Feb 2016 23:42:34 +0000 (16:42 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 20 Feb 2016 23:42:34 +0000 (16:42 -0700)
lib/util/aix.c

index dce39def5c2f5d7b213eed542263f81e25b5426d..566e665bbff098b5f89465b81bedbd4d913b2616 100644 (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);