From: Todd C. Miller Date: Fri, 16 Jan 2004 23:12:03 +0000 (+0000) Subject: Update sudo_getepw() proto and add one for set_runaspw() X-Git-Tag: SUDO_1_6_8~233 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18027fa589e3c74f7f47d5618bd56163b5aa08a1;p=sudo Update sudo_getepw() proto and add one for set_runaspw() --- diff --git a/sudo.h b/sudo.h index ce23bfb8c..dc7fd9c7e 100644 --- a/sudo.h +++ b/sudo.h @@ -229,7 +229,8 @@ int lock_file __P((int, int)); int touch __P((char *, time_t)); int user_is_exempt __P((void)); void set_fqdn __P((void)); -char *sudo_getepw __P((struct passwd *)); +int set_runaspw __P((char *)); +char *sudo_getepw __P((const struct passwd *)); int pam_prep_user __P((struct passwd *)); void zero_bytes __P((volatile VOID *, size_t)); YY_DECL;