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.
This commit is contained in:
Steve Holme 2014-04-06 17:09:16 +01:00
parent 28d005cc9b
commit 64381f5091
1 changed files with 5 additions and 1 deletions

View File

@ -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