From: Steve Holme Date: Sun, 6 Apr 2014 16:09:16 +0000 (+0100) Subject: sasl: Added forward declaration of structures following recent changes X-Git-Tag: curl-7_37_0~167 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64381f5091955cbfe83c5c691d322c38749d19cf;p=curl sasl: Added forward declaration of structures following recent changes To avoid urldata.h being included from the header file or that the source file has the correct include order as highlighted by one of the auto builds recently. --- diff --git a/lib/curl_sasl.h b/lib/curl_sasl.h index 25ebfe8f2..d2967b0f3 100644 --- a/lib/curl_sasl.h +++ b/lib/curl_sasl.h @@ -22,7 +22,11 @@ * ***************************************************************************/ -#include "pingpong.h" +#include + +struct SessionHandle; +struct connectdata; +struct ntlmdata; /* Authentication mechanism values */ #define SASL_AUTH_NONE 0