diff options
Diffstat (limited to 'src/server_ssh.h')
-rw-r--r-- | src/server_ssh.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server_ssh.h b/src/server_ssh.h index e0744f8..f1d6bcd 100644 --- a/src/server_ssh.h +++ b/src/server_ssh.h @@ -8,7 +8,8 @@ int ssh_init_cb(struct forward_ctx *ctx); -int ssh_on_listen(struct forward_ctx *ctx); +int ssh_on_listen(struct forward_ctx *ctx, const char *host, + const char *port); int ssh_on_shutdown(struct forward_ctx *ctx); |