make synchronization with remote more robust

This commit is contained in:
josch
2014-09-29 16:48:26 +02:00
parent d65f60ec81
commit b0410cc1ac
5 changed files with 341 additions and 230 deletions

View File

@@ -45,10 +45,10 @@ struct mfconn_device_change {
};
int mfconn_api_file_get_info(mfconn * conn, mffile * file,
char *quickkey);
const char *quickkey);
int mfconn_api_file_get_links(mfconn * conn, mffile * file,
char *quickkey);
const char *quickkey);
int mfconn_api_folder_create(mfconn * conn, const char *parent,
const char *name);