dav/sync.c

changeset 559
ba54fc8abdf1
parent 558
1a9e6a5c1e79
child 560
a816e805e5db
equal deleted inserted replaced
558:1a9e6a5c1e79 559:ba54fc8abdf1
1278 } 1278 }
1279 1279
1280 ucx_stream_copy(in, out, (read_func)fread, (write_func)fwrite); 1280 ucx_stream_copy(in, out, (read_func)fread, (write_func)fwrite);
1281 fclose(in); 1281 fclose(in);
1282 fclose(out); 1282 fclose(out);
1283
1284 return 0;
1283 } 1285 }
1284 1286
1285 typedef int (*renamefunc)(const char*,const char*); 1287 typedef int (*renamefunc)(const char*,const char*);
1286 1288
1287 void rename_conflict_file(SyncDirectory *dir, SyncDatabase *db, char *path, DavBool copy) { 1289 void rename_conflict_file(SyncDirectory *dir, SyncDatabase *db, char *path, DavBool copy) {

mercurial