From 5d7215bb3633fd520bf12bcaeb789da6b1fe9fdd Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 8 Mar 2026 21:33:59 +0100 Subject: [PATCH] curl.h make curl_lock_data signed --- include/curl/curl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/curl/curl.h b/include/curl/curl.h index f8959a1d2b..ba90162c6c 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -3026,6 +3026,7 @@ typedef enum { /* Different data locks for a single share */ typedef enum { + CURL_LOCK_DATA_SIGNED = -1, /* to ensure signed type, never use! */ CURL_LOCK_DATA_NONE = 0, /* CURL_LOCK_DATA_SHARE is used internally to say that the locking is made * to change the internal state of the share itself.