]> git.ipfire.org Git - thirdparty/curl.git/commit
cleanup: constify unmodified static structs
authorRikard Falkeborn <rikard.falkeborn@gmail.com>
Tue, 21 Sep 2021 22:21:03 +0000 (00:21 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 23 Sep 2021 10:54:35 +0000 (12:54 +0200)
commite75be2c4b20ced981606c1338759ac3dc6edc309
treeb6baf0713f1d44c01c6de12b423f2b2f3b877f31
parentc7aef0a945f9b6fb6d3f91716a21dfe2f4ea635f
cleanup: constify unmodified static structs

Constify a number of static structs that are never modified. Make them
const to show this.

Closes #7759
lib/krb5.c
lib/multi.c
lib/splay.c
src/tool_vms.c
tests/libtest/lib1560.c
tests/libtest/lib1915.c
tests/libtest/lib517.c
tests/server/tftpd.c
tests/unit/unit1621.c
tests/unit/unit1650.c