mirror of
https://github.com/curl/curl.git
synced 2026-07-25 12:47:21 +03:00
typedefs: use the full structs in internal code...
... and save the typedef'ed names for headers and external APIs.
This commit is contained in:
parent
434f8d0389
commit
80388edefc
7 changed files with 51 additions and 49 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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue