multi.h make CURLMSG signed

This commit is contained in:
Viktor Szakats 2026-03-08 21:29:28 +01:00
parent 8f3e83b8a1
commit 57d8e0ec1a
No known key found for this signature in database

View file

@ -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 */