summaryrefslogtreecommitdiff
path: root/src/sudo_exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sudo_exec.h')
-rw-r--r--src/sudo_exec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sudo_exec.h b/src/sudo_exec.h
index 57ada3de8..4b7b23f06 100644
--- a/src/sudo_exec.h
+++ b/src/sudo_exec.h
@@ -212,7 +212,6 @@ void exec_nopty(struct command_details *details, struct command_status *cstat);
/* exec_pty.c */
bool exec_pty(struct command_details *details, struct command_status *cstat);
-void pty_cleanup(void);
int pty_make_controlling(void);
extern int io_fds[6];