mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
hashtbl: do not expose h_entry at all
This commit is contained in:
@@ -21,11 +21,11 @@
|
||||
|
||||
#include <fuse/fuse.h>
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "../mfapi/mfconn.h"
|
||||
|
||||
typedef struct folder_tree folder_tree;
|
||||
typedef struct h_entry h_entry;
|
||||
|
||||
folder_tree *folder_tree_create(void);
|
||||
|
||||
@@ -35,8 +35,7 @@ int folder_tree_rebuild(folder_tree * tree, mfconn * conn);
|
||||
|
||||
void folder_tree_housekeep(folder_tree * tree, mfconn * conn);
|
||||
|
||||
void folder_tree_debug(folder_tree * tree, h_entry * ent,
|
||||
int depth);
|
||||
void folder_tree_debug(folder_tree * tree);
|
||||
|
||||
int folder_tree_getattr(folder_tree * tree, const char *path,
|
||||
struct stat *stbuf);
|
||||
@@ -50,4 +49,6 @@ int folder_tree_store(folder_tree * tree, FILE * stream);
|
||||
|
||||
folder_tree *folder_tree_load(FILE * stream);
|
||||
|
||||
bool folder_tree_path_exists(folder_tree * tree, const char *path);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user