diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-06-21 15:47:12 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-06-22 10:28:41 +0200 |
commit | 434f8d0389f2969b393ff81ead713b7600502f27 (patch) | |
tree | ba8ab5c680bad171a7a98b8594fa6432fb15bfbd /include | |
parent | 9adf3c473a01b289c781aab111f9ad2fc541ed4e (diff) |
internals: rename the SessionHandle struct to Curl_easy
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |