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

Rename script_setup() to pty_setup() and call from script_execve()

directly.
This commit is contained in:
Todd C. Miller
2010-05-27 16:29:48 -04:00
parent 349fedb022
commit f8f82ffa8e
3 changed files with 7 additions and 10 deletions

View File

@@ -160,7 +160,6 @@ void zero_bytes(volatile void *, size_t);
/* script.c */
int script_execve(struct command_details *details, char *argv[], char *envp[],
struct command_status *cstat);
void script_setup(uid_t);
/* term.c */
int term_cbreak(int);