aboutsummaryrefslogtreecommitdiff
path: root/lib/share.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/share.h')
-rw-r--r--lib/share.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/share.h b/lib/share.h
index 76e6244d7..45844e495 100644
--- a/lib/share.h
+++ b/lib/share.h
@@ -26,6 +26,7 @@
#include "setup.h"
#include <curl/curl.h>
+#include "cookie.h"
/* this struct is libcurl-private, don't export details */
struct Curl_share {
@@ -37,6 +38,7 @@ struct Curl_share {
void *clientdata;
curl_hash *hostcache;
+ struct CookieInfo *cookies;
};
CURLSHcode Curl_share_lock (