From 434f8d0389f2969b393ff81ead713b7600502f27 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 21 Jun 2016 15:47:12 +0200 Subject: internals: rename the SessionHandle struct to Curl_easy --- include/curl/curl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/curl/curl.h b/include/curl/curl.h index b91f02ccd..516ede6ae 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -91,7 +91,7 @@ extern "C" { #endif -typedef struct SessionHandle CURL; +typedef struct Curl_easy CURL; /* * libcurl external API function linkage decorations. -- cgit v1.2.3