From 434f8d0389f2969b393ff81ead713b7600502f27 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 21 Jun 2016 15:47:12 +0200 Subject: internals: rename the SessionHandle struct to Curl_easy --- lib/ssh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ssh.h') diff --git a/lib/ssh.h b/lib/ssh.h index 5b4b78ff4..b350dcf3a 100644 --- a/lib/ssh.h +++ b/lib/ssh.h @@ -98,7 +98,7 @@ typedef enum { } sshstate; /* this struct is used in the HandleData struct which is part of the - SessionHandle, which means this is used on a per-easy handle basis. + Curl_easy, which means this is used on a per-easy handle basis. Everything that is strictly related to a connection is banned from this struct. */ struct SSHPROTO { -- cgit v1.2.3