internal functions should not use 'CURL *' as arguments, I replaced them
authorDaniel Stenberg <daniel@haxx.se>
Wed, 15 Aug 2001 06:51:37 +0000 (06:51 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 15 Aug 2001 06:51:37 +0000 (06:51 +0000)
commit2a6e1ea83c0bd61deb10dd611a232c5096914267
tree603fbbcadbc6617b04c81b0743c64b456a5bea36
parentea6d35d97395e7e5dbb1035c5ce058928bc7263b
internal functions should not use 'CURL *' as arguments, I replaced them
with the more appropriate 'struct UrlData *' instead.
lib/easy.c