2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-03 15:55:40 +00:00

Move functions and symbols shared between exec.c and exec_pty.c

into sudo_exec.h.
This commit is contained in:
Todd C. Miller
2010-06-16 16:46:56 -04:00
parent ede8a5fad3
commit d018936b4e
6 changed files with 46 additions and 17 deletions

View File

@@ -57,6 +57,7 @@
#include <termios.h>
#include "sudo.h"
#include "sudo_exec.h"
#include "sudo_plugin.h"
#include "sudo_plugin_int.h"