mirror of
https://github.com/curl/curl.git
synced 2026-07-23 00:47:18 +03: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
1 changed files with 5 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue