2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Add rootpw, runaspw, and targetpw options.

This commit is contained in:
Todd C. Miller
2000-02-18 17:56:28 +00:00
parent 44c5092fab
commit 09b23e7b41
10 changed files with 247 additions and 154 deletions

1
sudo.h
View File

@@ -208,6 +208,7 @@ 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 *));
YY_DECL;
/* Only provide extern declarations outside of sudo.c. */