From 9a239edb5254fb684ec8095624d763ddeb49d063 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 8 Jan 2003 15:50:52 +0000 Subject: updated to use the modified share-types --- lib/share.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/share.c') diff --git a/lib/share.c b/lib/share.c index 14bbae0cb..f0203f1a9 100644 --- a/lib/share.c +++ b/lib/share.c @@ -44,7 +44,7 @@ #define CURL_SHARE_GET(__handle) (((struct SessionHandle *) (__handle))->share) -curl_share * +CURLSH * curl_share_init (void) { curl_share *share = (curl_share *) malloc (sizeof (curl_share)); -- cgit v1.2.3