From: Daniel Stenberg Date: Fri, 14 May 2004 09:30:31 +0000 (+0000) Subject: Added CURLSHE_NOMEM X-Git-Tag: curl-7_12_0~85 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a5aa569fe3b70beff90dad38a472d23b377cfadf;p=thirdparty%2Fcurl.git Added CURLSHE_NOMEM --- diff --git a/include/curl/curl.h b/include/curl/curl.h index af0560f983..a655bcdae8 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -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;