X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Fshare.h;h=9a5128e931b607089e8195a7490529c3c3d255df;hb=7a9f915fa6be8c8955ff2c59169538a4d0349080;hp=8e6629b7be1d3c75a2780e95028a35b6fdb2a7ee;hpb=2bc9d6bb53df44a0c5174767de734620c2cdfd9e;p=platform%2Fupstream%2Fcurl.git diff --git a/lib/share.h b/lib/share.h index 8e6629b..9a5128e 100644 --- a/lib/share.h +++ b/lib/share.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2015, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2012, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -44,7 +44,7 @@ struct Curl_share { curl_unlock_function unlockfunc; void *clientdata; - struct curl_hash hostcache; + struct curl_hash *hostcache; #if !defined(CURL_DISABLE_HTTP) && !defined(CURL_DISABLE_COOKIES) struct CookieInfo *cookies; #endif