diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-06-30 21:53:48 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-06-30 21:53:48 +0000 |
commit | 81e1be6c0ade9ad77c24131dc95be0cf91f9b241 (patch) | |
tree | 195e04aa2fe4dc4f2ee4f44e50731b2ac1ab7425 | |
parent | e84693b1f7fcccbf6959102eed14a1cd47c52a9f (diff) |
Formerly proc.h.~6~
-rw-r--r-- | proc/proc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/proc/proc.h b/proc/proc.h index a61ec879..daa8f8a6 100644 --- a/proc/proc.h +++ b/proc/proc.h @@ -202,4 +202,9 @@ void reparent_zombies (struct proc *); void initialize_version_info (void); +void send_signal (mach_port_t, int, mach_port_t); + + + + #endif |