mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
allow persistent storage and loading of the remote tree
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#define _MFFUSE_HASHTBL_H_
|
||||
|
||||
#include <fuse/fuse.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "../mfapi/mfconn.h"
|
||||
|
||||
@@ -45,4 +46,8 @@ int folder_tree_readdir(folder_tree * tree, const char *path,
|
||||
|
||||
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);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user