]> granicus.if.org Git - curl/commitdiff
Added CURLSHE_NOMEM
authorDaniel Stenberg <daniel@haxx.se>
Fri, 14 May 2004 09:30:31 +0000 (09:30 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 14 May 2004 09:30:31 +0000 (09:30 +0000)
include/curl/curl.h

index af0560f983f19caf7cafc46c71081adb67d064a9..a655bcdae871589a371b0c03c01bfdb51af1532a 100644 (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;