aboutsummaryrefslogtreecommitdiff
path: root/lib/multi.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-12-13 07:16:27 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-12-13 07:16:27 +0000
commite66cdacb936976003a4c7a07515c24fe7af918b5 (patch)
tree457186c6b5a75657021844898679adc115b2f2ec /lib/multi.h
parentc67f2da283c8cb8dc3cd7c783c73ef0ff8726215 (diff)
minor changes
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 */