libidav/methods.h

changeset 181
a8f8cdbf85df
parent 150
37fb12574acd
child 185
cd42cccee550
equal deleted inserted replaced
180:5b58389ab9dd 181:a8f8cdbf85df
94 94
95 CURLcode do_mkcol_request(CURL *handle); 95 CURLcode do_mkcol_request(CURL *handle);
96 96
97 CURLcode do_head_request(CURL *handle); 97 CURLcode do_head_request(CURL *handle);
98 98
99 CURLcode do_copy_move_request(CURL *handle, char *dest, _Bool copy, _Bool override);
100
99 #ifdef __cplusplus 101 #ifdef __cplusplus
100 } 102 }
101 #endif 103 #endif
102 104
103 #endif /* METHODS_H */ 105 #endif /* METHODS_H */

mercurial