summaryrefslogtreecommitdiff
path: root/sandbox-darwin.c
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox-darwin.c')
-rw-r--r--sandbox-darwin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox-darwin.c b/sandbox-darwin.c
index 69901ef1..35f0c4d1 100644
--- a/sandbox-darwin.c
+++ b/sandbox-darwin.c
@@ -40,7 +40,7 @@ struct ssh_sandbox {
};
struct ssh_sandbox *
-ssh_sandbox_init(void)
+ssh_sandbox_init(struct monitor *monitor)
{
struct ssh_sandbox *box;