2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-04 00:05:11 +00:00

Rename script_execve to sudo_execve and rename script_foo in exec.c

This commit is contained in:
Todd C. Miller
2010-05-27 16:46:31 -04:00
parent 4248a11ef7
commit 9773ba3f79
3 changed files with 99 additions and 97 deletions

View File

@@ -157,8 +157,8 @@ int tty_present(void);
/* zero_bytes.c */
void zero_bytes(volatile void *, size_t);
/* script.c */
int script_execve(struct command_details *details, char *argv[], char *envp[],
/* exec.c */
int sudo_execve(struct command_details *details, char *argv[], char *envp[],
struct command_status *cstat);
/* term.c */