aboutsummaryrefslogtreecommitdiff
path: root/lib/multi.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/multi.h')
-rw-r--r--lib/multi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/multi.h b/lib/multi.h
index 3fe2bdf6a..1fdce73f0 100644
--- a/lib/multi.h
+++ b/lib/multi.h
@@ -55,6 +55,7 @@
typedef void CURLM;
typedef enum {
+ CURLM_CALL_MULTI_PERFORM=-1, /* please call curl_multi_perform() soon */
CURLM_OK,
CURLM_BAD_HANDLE, /* the passed-in handle is not a valid CURLM handle */
CURLM_BAD_EASY_HANDLE, /* an easy handle was not good/valid */