diff options
Diffstat (limited to 'sandbox-darwin.c')
-rw-r--r-- | sandbox-darwin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox-darwin.c b/sandbox-darwin.c index 69901ef14..35f0c4d1a 100644 --- a/sandbox-darwin.c +++ b/sandbox-darwin.c | |||
@@ -40,7 +40,7 @@ struct ssh_sandbox { | |||
40 | }; | 40 | }; |
41 | 41 | ||
42 | struct ssh_sandbox * | 42 | struct ssh_sandbox * |
43 | ssh_sandbox_init(void) | 43 | ssh_sandbox_init(struct monitor *monitor) |
44 | { | 44 | { |
45 | struct ssh_sandbox *box; | 45 | struct ssh_sandbox *box; |
46 | 46 | ||