mirror of
https://github.com/curl/curl.git
synced 2026-07-25 13:27:16 +03:00
multi.h make CURLMSG signed
This commit is contained in:
parent
8f3e83b8a1
commit
57d8e0ec1a
1 changed files with 2 additions and 1 deletions
|
|
@ -87,7 +87,8 @@ typedef enum {
|
|||
#define CURLPIPE_MULTIPLEX 2L
|
||||
|
||||
typedef enum {
|
||||
CURLMSG_NONE, /* first, not used */
|
||||
CURLMSG_SIGNED = -1, /* to ensure signed type, never use! */
|
||||
CURLMSG_NONE = 0, /* first, not used */
|
||||
CURLMSG_DONE, /* This easy handle has completed. 'result' contains
|
||||
the CURLcode of the transfer */
|
||||
CURLMSG_LAST /* last, not used */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue