mirror of
https://github.com/curl/curl.git
synced 2026-08-25 02:33:31 +03:00
lib: add const to clientwriter tables
Unlike the connection filter tables that hold a writable log level, the client writer tables can be const.
This commit is contained in:
parent
34cdd4e118
commit
9f4f61ddcb
4 changed files with 4 additions and 4 deletions
|
|
@ -32,7 +32,7 @@
|
|||
* The client writer type "cw-pause" that buffers writes for
|
||||
* paused transfer writes.
|
||||
*/
|
||||
extern struct Curl_cwtype Curl_cwt_pause;
|
||||
extern const struct Curl_cwtype Curl_cwt_pause;
|
||||
|
||||
CURLcode Curl_cw_pause_flush(struct Curl_easy *data);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue