From 8b6314ccfbe48bba2cd560812dd1841425f3bd79 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 3 Jan 2002 15:01:22 +0000 Subject: merged the multi-dev branch back into MAIN again --- lib/multi.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/multi.h') diff --git a/lib/multi.h b/lib/multi.h index 1fdce73f0..40010d500 100644 --- a/lib/multi.h +++ b/lib/multi.h @@ -50,7 +50,7 @@ #ifdef HAVE_SYS_SOCKET_H #include #endif -#include +#include typedef void CURLM; @@ -60,6 +60,7 @@ typedef enum { CURLM_BAD_HANDLE, /* the passed-in handle is not a valid CURLM handle */ CURLM_BAD_EASY_HANDLE, /* an easy handle was not good/valid */ CURLM_OUT_OF_MEMORY, /* if you ever get this, you're in deep sh*t */ + CURLM_INTERNAL_ERROR, /* this is a libcurl bug */ CURLM_LAST } CURLMcode; -- cgit v1.2.3