Files
curl/lib/slist.h
Patrick Monnerat 74bd3e2f98 slist: constify Curl_slist_append_nodup() string argument
Although finally stored as a non-const pointer, the string is intended
to be left unchanged.

This change allows using the function without the need of a cast for
const pointers.

Closes #19692
2025-11-25 11:05:48 +01:00

1.6 KiB