aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-03-21 22:30:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-03-21 22:30:03 +0000
commit598ffeea891c4cdd644b48477d54ae714cce0291 (patch)
treee85d5d42244df3e07c89a157635f5ec5140c4349 /include
parent83367f67de9584b91570bcb53a153b8aa496d455 (diff)
David McCreedy added CURLINFO_FTP_ENTRY_PATH to export the FTP entry path
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 d531ba637..b4043a2c4 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -1292,9 +1292,10 @@ typedef enum {
CURLINFO_SSL_ENGINES = CURLINFO_SLIST + 27,
CURLINFO_COOKIELIST = CURLINFO_SLIST + 28,
CURLINFO_LASTSOCKET = CURLINFO_LONG + 29,
+ CURLINFO_FTP_ENTRY_PATH = CURLINFO_STRING + 30,
/* Fill in new entries below here! */
- CURLINFO_LASTONE = 29
+ CURLINFO_LASTONE = 30
} CURLINFO;
/* CURLINFO_RESPONSE_CODE is the new name for the option previously known as