mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
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:
parent
28d005cc9b
commit
64381f5091
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user