aboutsummaryrefslogtreecommitdiff
path: root/src/proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proxy.h')
-rw-r--r--src/proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proxy.h b/src/proxy.h
index 3756544..0e42bdc 100644
--- a/src/proxy.h
+++ b/src/proxy.h
@@ -13,6 +13,6 @@ struct proxy_channel_data_struct {
ssh_channel my_channel;
ssh_channel client_channel;
};
-void handle_proxy_session(ssh_event event, ssh_session session, ssh_channel my_channel, const char * hostname);
+void handle_proxy_session(ssh_event event, ssh_session session, ssh_channel my_channel);
#endif