Commit 64381f50 authored by Steve Holme's avatar Steve Holme
Browse files

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.
parent 28d005cc
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -22,7 +22,11 @@
 *
 ***************************************************************************/

#include "pingpong.h"
#include <curl/curl.h>

struct SessionHandle;
struct connectdata;
struct ntlmdata;

/* Authentication mechanism values */
#define SASL_AUTH_NONE          0