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.