mirror of
https://github.com/curl/curl.git
synced 2026-05-13 22:36:20 +03:00
curl.h make curl_lock_data signed
This commit is contained in:
parent
57d8e0ec1a
commit
5d7215bb36
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue