]> git.ipfire.org Git - thirdparty/curl.git/commit
sendf: move Curl_sendf to dict.c and make it static
authorDaniel Stenberg <daniel@haxx.se>
Mon, 28 Sep 2020 12:14:25 +0000 (14:14 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 28 Sep 2020 15:05:53 +0000 (17:05 +0200)
commita87cca7b1cbec0b4206b2bb1cb074a8a4a5bd151
tree0a1cf87cc2beedac306e115ac54998daf197fe9b
parent422b257fef11a378e6cdce02174672cc6549d20d
sendf: move Curl_sendf to dict.c and make it static

... as the only remaining user of that function. Also fix gopher.c to
instead use Curl_write()

Closes #6020
lib/dict.c
lib/gopher.c
lib/sendf.c
lib/sendf.h