From 42e16d4acc0b3bd270e96ae3440334ca6df8ed8e Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 16 Jun 2010 16:21:20 -0400 Subject: [PATCH] Add missing prototypes for aix_setauthdb and aix_restoreauthdb --HG-- branch : 1.7 --- sudo.h | 3 +++ 1 file changed, 3 insertions(+) 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 *)); -- 2.40.0