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"