]> granicus.if.org Git - curl/commit
curl: fix callback functions to match prototype
authorHanno Böck <hanno@hboeck.de>
Thu, 30 Mar 2017 12:59:14 +0000 (14:59 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 30 Mar 2017 12:59:14 +0000 (14:59 +0200)
commitbaaf0ba358787dcab708449399fd5eda25311b4f
treeada80eaf5e4c1da1e2076ebc2b4d81a3d0320a5e
parent244e0a36bd01ebbbdbf009ca2be6b78f29740277
curl: fix callback functions to match prototype

The function tool_debug_cb doesn't match curl_debug_callback in curl.h
(unsigned vs. signed char* for 3rd param).

Bug: https://curl.haxx.se/mail/lib-2017-03/0120.html
src/tool_cb_dbg.c
src/tool_cb_dbg.h