]> git.ipfire.org Git - thirdparty/curl.git/commit
lib: add const to clientwriter tables
authorDan Fandrich <dan@coneharvesters.com>
Thu, 3 Apr 2025 19:42:06 +0000 (12:42 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 3 Apr 2025 19:45:54 +0000 (12:45 -0700)
commit9f4f61ddcb7add87580fe6b60794c4aaaeb6b3a7
tree72a3d76e4aa892514ad31c7d2aa51f8b0d6c8e22
parent34cdd4e1189f228eea7971c115dda2ca066d3a4d
lib: add const to clientwriter tables

Unlike the connection filter tables that hold a writable log level, the
client writer tables can be const.
lib/cw-out.c
lib/cw-out.h
lib/cw-pause.c
lib/cw-pause.h