This commit is contained in:
Daniel Stenberg 2000-08-24 16:27:04 +00:00
Родитель 1be0bf56a6
Коммит a1c0a5d0f2
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -371,6 +371,9 @@ typedef enum {
"[host]:[port]" */
T(PROXYPORT, LONG, 59),
/* size of the POST input data, if strlen() is not good to use */
T(POSTFIELDSIZE, LONG, 60),
CURLOPT_LASTENTRY /* the last unusued */
} CURLoption;