summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-04-17 13:21:13 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-04-17 13:21:13 +0000
commit60aa975610b2e72a6625888bb530a032963b2e9c (patch)
tree970f66488cb97a07c2e3f2d7f790c66a029c2880 /include
parent28a91082573353628d94935d84a12388995b8904 (diff)
downloadcurl-60aa975610b2e72a6625888bb530a032963b2e9c.tar.gz
Frederic Lepied's ftp download resume fix
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 5dbd7b447..95c6f9970 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -146,7 +146,8 @@ typedef enum {
CURLE_TOO_MANY_REDIRECTS , /* 47 - catch endless re-direct loops */
CURLE_UNKNOWN_TELNET_OPTION, /* 48 - User specified an unknown option */
CURLE_TELNET_OPTION_SYNTAX , /* 49 - Malformed telnet option */
-
+ CURLE_ALREADY_COMPLETE, /* 50 - file to dowload is already complete */
+
CURL_LAST /* never use! */
} CURLcode;