mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
make synchronization with remote more robust
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user