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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user