summaryrefslogtreecommitdiffstats
path: root/ssh-sandbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-sandbox.h')
-rw-r--r--ssh-sandbox.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ssh-sandbox.h b/ssh-sandbox.h
index dfecd5aa..bd5fd837 100644
--- a/ssh-sandbox.h
+++ b/ssh-sandbox.h
@@ -15,9 +15,10 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+struct monitor;
struct ssh_sandbox;
-struct ssh_sandbox *ssh_sandbox_init(void);
+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);