dav/sync.h

changeset 558
1a9e6a5c1e79
parent 552
e1a12762bf0a
child 563
3dffe58a573f
equal deleted inserted replaced
557:90ad7324bbbc 558:1a9e6a5c1e79
220 * if encryption is enabled, sets the crypto-hash property 220 * if encryption is enabled, sets the crypto-hash property
221 * otherwise it sets the content-hash property 221 * otherwise it sets the content-hash property
222 * 222 *
223 * hashdata must be raw sha256 data and 32 bytes long 223 * hashdata must be raw sha256 data and 32 bytes long
224 */ 224 */
225 void sync_set_content_hash(DavResource *res, const char *hashdata); 225 void sync_set_content_hash(DavResource *res, const unsigned char *hashdata);
226 226
227 #ifdef __cplusplus 227 #ifdef __cplusplus
228 } 228 }
229 #endif 229 #endif
230 230

mercurial