mirror of
https://github.com/curl/curl.git
synced 2026-07-30 12:18:08 +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
|
|
@ -335,7 +335,7 @@ char *curl_pushheader_byname(struct curl_pushheaders *h, const char *header)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
static CURL *duphandle(struct Curl_easy *data)
|
||||
static struct Curl_easy *duphandle(struct Curl_easy *data)
|
||||
{
|
||||
struct Curl_easy *second = curl_easy_duphandle(data);
|
||||
if(second) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue