diff options
author | Ed Maste <emaste@FreeBSD.org> | 2025-04-09 14:48:56 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2025-04-09 19:45:50 +0000 |
commit | 9792a032f0a99557271d6b7f7b0a955386c1fdbe (patch) | |
tree | fffe2fb734d6754ae63284d06db6bef8bb091a84 /ssh-sandbox.h | |
parent | de47678f9822eb19289056cce942a43a29e28c06 (diff) |
Diffstat (limited to 'ssh-sandbox.h')
-rw-r--r-- | ssh-sandbox.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ssh-sandbox.h b/ssh-sandbox.h index bd5fd83722a0..3b74840266bc 100644 --- a/ssh-sandbox.h +++ b/ssh-sandbox.h @@ -20,5 +20,3 @@ struct ssh_sandbox; struct ssh_sandbox *ssh_sandbox_init(struct monitor *); void ssh_sandbox_child(struct ssh_sandbox *); -void ssh_sandbox_parent_finish(struct ssh_sandbox *); -void ssh_sandbox_parent_preauth(struct ssh_sandbox *, pid_t); |