dav/sync.h

changeset 613
f6072141f5ee
parent 611
a7c48e0dca88
child 614
e72d2b99b0f6
equal deleted inserted replaced
612:66dc8b992d8d 613:f6072141f5ee
121 SyncDirectory *dir, 121 SyncDirectory *dir,
122 const char *path, 122 const char *path,
123 DavResource *res, 123 DavResource *res,
124 SyncDatabase *db, 124 SyncDatabase *db,
125 int *counter); 125 int *counter);
126 int sync_get_collection(
127 CmdArgs *a,
128 SyncDirectory *dir,
129 DavResource *res,
130 SyncDatabase *db);
126 int sync_remove_local_resource(SyncDirectory *dir, LocalResource *res); 131 int sync_remove_local_resource(SyncDirectory *dir, LocalResource *res);
127 int sync_remove_local_directory(SyncDirectory *dir, LocalResource *res); 132 int sync_remove_local_directory(SyncDirectory *dir, LocalResource *res);
128 void rename_conflict_file(SyncDirectory *dir, SyncDatabase *db, char *path, DavBool copy); 133 void rename_conflict_file(SyncDirectory *dir, SyncDatabase *db, char *path, DavBool copy);
129 char* create_tmp_download_path(char *path); 134 char* create_tmp_download_path(char *path);
130 void move_to_trash(SyncDirectory *dir, char *path); 135 void move_to_trash(SyncDirectory *dir, char *path);

mercurial