]> granicus.if.org Git - sudo/commitdiff
Add missing prototypes for aix_setauthdb and aix_restoreauthdb
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 16 Jun 2010 20:21:20 +0000 (16:21 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 16 Jun 2010 20:21:20 +0000 (16:21 -0400)
--HG--
branch : 1.7

sudo.h

diff --git a/sudo.h b/sudo.h
index d62b359b9c1313f1b8d002c0013b0598b10a1202..cb2750c3d1aa2fdbeb7795dc2a57f16c85c2ac27 100644 (file)
--- a/sudo.h
+++ b/sudo.h
@@ -209,9 +209,12 @@ struct command_status {
 struct lbuf;
 struct passwd;
 struct stat;
+struct timeval;
 
 /* aix.c */
 void aix_prep_user __P((char *, char *));
+void aix_setauthdb __P((char *user));
+void aix_restoreauthdb __P((void));
 
 /* boottime.c */
 int get_boottime __P((struct timeval *));