]> git.ipfire.org Git - thirdparty/curl.git/commit
multi.h: add CURLMINFO_LASTENTRY
authorChristian Schmitz <support@monkeybreadsoftware.de>
Wed, 17 Sep 2025 08:11:59 +0000 (10:11 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 17 Sep 2025 21:14:38 +0000 (23:14 +0200)
commit3031fae3bd5135853133b95cd5396e93925a23bf
tree2a697571a9ac46afc511b570cd11df0d63a7dd71
parent74fdc1185f40c2fe2253043ff3f563fbbd4b43ed
multi.h: add CURLMINFO_LASTENTRY

For multiple enums, we use LASTENTRY values to do range checks when
receiving an option as integer. So I added LASTENTRY, so the check will
work, even if you add more options later.

Closes #18578
include/curl/multi.h