mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
implement preliminary support to read files
* no writing yet * no delta updates yet - new versions will be retrieved fully
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include <fuse/fuse.h>
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "../mfapi/mfconn.h"
|
||||
|
||||
@@ -69,4 +70,7 @@ bool folder_tree_path_is_root(folder_tree * tree, mfconn * conn,
|
||||
bool folder_tree_path_is_file(folder_tree * tree, mfconn * conn,
|
||||
const char *path);
|
||||
|
||||
int folder_tree_open_file(folder_tree * tree, mfconn * conn,
|
||||
const char *path);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user