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 --- lib/curl_sasl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/curl_sasl.h') diff --git a/lib/curl_sasl.h b/lib/curl_sasl.h index 6535fedbc..7647a48be 100644 --- a/lib/curl_sasl.h +++ b/lib/curl_sasl.h @@ -24,7 +24,7 @@ #include -struct SessionHandle; +struct Curl_easy; struct connectdata; /* Authentication mechanism flags */ -- cgit v1.2.3