summaryrefslogtreecommitdiff
path: root/include/curl/curl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/curl/curl.h')
-rw-r--r--include/curl/curl.h2
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.