From 80388edefca58f8199cdfde077efb7f6d91e60fa Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 21 Jun 2016 19:31:24 +0200 Subject: typedefs: use the full structs in internal code... ... and save the typedef'ed names for headers and external APIs. --- lib/ssh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ssh.c') diff --git a/lib/ssh.c b/lib/ssh.c index a637bef0f..b98d60a68 100644 --- a/lib/ssh.c +++ b/lib/ssh.c @@ -473,7 +473,7 @@ static CURLcode ssh_getworkingpath(struct connectdata *conn, } #ifdef HAVE_LIBSSH2_KNOWNHOST_API -static int sshkeycallback(CURL *easy, +static int sshkeycallback(struct Curl_easy *easy, const struct curl_khkey *knownkey, /* known */ const struct curl_khkey *foundkey, /* found */ enum curl_khmatch match, -- cgit v1.2.3