From: Todd C. Miller Date: Wed, 16 Jun 2010 20:21:20 +0000 (-0400) Subject: Add missing prototypes for aix_setauthdb and aix_restoreauthdb X-Git-Tag: SUDO_1_7_3~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42e16d4acc0b3bd270e96ae3440334ca6df8ed8e;p=sudo Add missing prototypes for aix_setauthdb and aix_restoreauthdb --HG-- branch : 1.7 --- diff --git a/sudo.h b/sudo.h index d62b359b9..cb2750c3d 100644 --- 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 *));