mirror of
https://github.com/curl/curl.git
synced 2026-07-15 20:17:20 +03:00
Added CURLSHE_NOMEM
This commit is contained in:
parent
e2e593a036
commit
a5aa569fe3
1 changed files with 1 additions and 0 deletions
|
|
@ -1193,6 +1193,7 @@ typedef enum {
|
|||
CURLSHE_BAD_OPTION, /* 1 */
|
||||
CURLSHE_IN_USE, /* 2 */
|
||||
CURLSHE_INVALID, /* 3 */
|
||||
CURLSHE_NOMEM, /* out of memory */
|
||||
CURLSHE_LAST /* never use */
|
||||
} CURLSHcode;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue