diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-06-21 19:31:24 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-06-22 10:28:41 +0200 |
commit | 80388edefca58f8199cdfde077efb7f6d91e60fa (patch) | |
tree | 75a7c62086c38a4f85a4c27c82cac7d98afccbf8 /lib/ssh.c | |
parent | 434f8d0389f2969b393ff81ead713b7600502f27 (diff) | |
download | curl-80388edefca58f8199cdfde077efb7f6d91e60fa.tar.gz |
typedefs: use the full structs in internal code...
... and save the typedef'ed names for headers and external APIs.
Diffstat (limited to 'lib/ssh.c')
-rw-r--r-- | lib/ssh.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |