mirror of
https://github.com/curl/curl.git
synced 2026-04-15 02:11:42 +03:00
curl_sasl.h: Fixed compilation error from commit 4b491c675f
warning: 'struct kerberos5data' declared inside parameter list Due to missing forward declaration.
This commit is contained in:
parent
b5c56190b2
commit
cff0757c31
1 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,10 @@ struct SessionHandle;
|
|||
struct connectdata;
|
||||
struct ntlmdata;
|
||||
|
||||
#if defined(USE_WINDOWS_SSPI)
|
||||
struct kerberos5data;
|
||||
#endif
|
||||
|
||||
/* Authentication mechanism values */
|
||||
#define SASL_AUTH_NONE 0
|
||||
#define SASL_AUTH_ANY ~0U
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue