]> granicus.if.org Git - curl/commit
cookies: change argument type for Curl_flush_cookies
authorDaniel Stenberg <daniel@haxx.se>
Thu, 3 Oct 2019 12:29:57 +0000 (14:29 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 3 Oct 2019 20:56:28 +0000 (22:56 +0200)
commit249541f12f1b03559faa4f96861fc4e6725e3f16
tree5d991423a9150bbcecd12b473b36ea2bbcf319b5
parent8a00560de2804fa8ab639c6e895ed3a7f1e75efc
cookies: change argument type for Curl_flush_cookies

The second argument is really a 'bool' so use that and pass in TRUE/FALSE
to make it clear.

Closes #4455
lib/cookie.c
lib/cookie.h
lib/setopt.c
lib/url.c