@@ -49,20 +49,20 @@ pub const CURL_SOCKET_BAD: curl_socket_t = !0;
49
49
50
50
pub enum curl_httppost {
51
51
// Note that this changed in some versions of libcurl, so we currently don't
52
- // bind the fields as they're apparently not stable.
53
- // pub next: *mut curl_httppost,
54
- // pub name: *mut c_char,
55
- // pub namelength: c_long,
56
- // pub contents: *mut c_char,
57
- // pub contentslength: c_long,
58
- // pub buffer: *mut c_char,
59
- // pub bufferlength: c_long,
60
- // pub contenttype: *mut c_char,
61
- // pub contentheader: *mut curl_slist,
62
- // pub more: *mut curl_httppost,
63
- // pub flags: c_long,
64
- // pub showfilename: *mut c_char,
65
- // pub userp: *mut c_void,
52
+ // bind the fields as they're apparently not stable.
53
+ // pub next: *mut curl_httppost,
54
+ // pub name: *mut c_char,
55
+ // pub namelength: c_long,
56
+ // pub contents: *mut c_char,
57
+ // pub contentslength: c_long,
58
+ // pub buffer: *mut c_char,
59
+ // pub bufferlength: c_long,
60
+ // pub contenttype: *mut c_char,
61
+ // pub contentheader: *mut curl_slist,
62
+ // pub more: *mut curl_httppost,
63
+ // pub flags: c_long,
64
+ // pub showfilename: *mut c_char,
65
+ // pub userp: *mut c_void,
66
66
}
67
67
68
68
// pub const HTTPPOST_FILENAME: c_long = 1 << 0;
0 commit comments