curl.h make curl_lock_data signed

This commit is contained in:
Viktor Szakats 2026-03-08 21:33:59 +01:00
parent 57d8e0ec1a
commit 5d7215bb36
No known key found for this signature in database

View file

@ -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.