mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
store cache in subdirectory of user ekey
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
typedef struct folder_tree folder_tree;
|
||||
|
||||
folder_tree *folder_tree_create(char *filecache);
|
||||
folder_tree *folder_tree_create(const char *filecache);
|
||||
|
||||
void folder_tree_destroy(folder_tree * tree);
|
||||
|
||||
@@ -51,7 +51,7 @@ void folder_tree_update(folder_tree * tree, mfconn * conn,
|
||||
|
||||
int folder_tree_store(folder_tree * tree, FILE * stream);
|
||||
|
||||
folder_tree *folder_tree_load(FILE * stream, char *filecache);
|
||||
folder_tree *folder_tree_load(FILE * stream, const char *filecache);
|
||||
|
||||
bool folder_tree_path_exists(folder_tree * tree, mfconn * conn,
|
||||
const char *path);
|
||||
|
||||
Reference in New Issue
Block a user