]> granicus.if.org Git - curl/commitdiff
sasl: Added forward declaration of structures following recent changes
authorSteve Holme <steve_holme@hotmail.com>
Sun, 6 Apr 2014 16:09:16 +0000 (17:09 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 6 Apr 2014 16:20:08 +0000 (17:20 +0100)
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.

lib/curl_sasl.h

index 25ebfe8f21b010063310c09228b226e2cff64919..d2967b0f3e4fc2fd3f5920f9090547cc77379a87 100644 (file)
  *
  ***************************************************************************/
 
-#include "pingpong.h"
+#include <curl/curl.h>
+
+struct SessionHandle;
+struct connectdata;
+struct ntlmdata;
 
 /* Authentication mechanism values */
 #define SASL_AUTH_NONE          0