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/http2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/http2.c') diff --git a/lib/http2.c b/lib/http2.c index d7fae0401..efc082dd5 100644 --- a/lib/http2.c +++ b/lib/http2.c @@ -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) { -- cgit v1.2.3