aboutsummaryrefslogtreecommitdiff
path: root/lib/share.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-01-08 15:50:52 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-01-08 15:50:52 +0000
commit9a239edb5254fb684ec8095624d763ddeb49d063 (patch)
treef850af67c7e8891a360cb9aa800c5d6397d74fbc /lib/share.c
parentabcc5c5a82d5930f06eeb75f4a150b7b3cab6a74 (diff)
updated to use the modified share-types
Diffstat (limited to 'lib/share.c')
-rw-r--r--lib/share.c2
1 files changed, 1 insertions, 1 deletions
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));