]> granicus.if.org Git - curl/commit
curl: fix callback argument inconsistency
authorHanno Böck <hanno@hboeck.de>
Wed, 29 Mar 2017 08:02:34 +0000 (10:02 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 29 Mar 2017 08:05:12 +0000 (10:05 +0200)
commitaced311d189a70c7d9b2d958739bcfc1231b3698
tree0748b6dd8abf037fa99f4a8ad1c0d214b0bc396f
parent396f34250deeca97be9d065750a5b4c70b4abd2c
curl: fix callback argument inconsistency

As you can see the callback definition uses a char* for the first
argument, while the function uses a void*.

URL: https://curl.haxx.se/mail/lib-2017-03/0116.html
src/tool_cb_hdr.c
src/tool_cb_hdr.h
src/tool_cb_wrt.c
src/tool_cb_wrt.h