1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

Added CURLSHE_NOMEM

This commit is contained in:
Daniel Stenberg 2004-05-14 09:30:31 +00:00
parent e2e593a036
commit a5aa569fe3

View File

@ -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;